Skip to content

Commit

Permalink
Added dependency installation and checking directory existence
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaline-0 committed Apr 23, 2024
1 parent 704822e commit b6ca564
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.8
run: actions/setup-python@v2
with:
python-version: 3.8
run: actions/[email protected]

- name: Install Github dependents info
run: pip install -U github-dependents-info

- name: Check if directory exists
run: |
year=&(echo $(date '+%Y'))
Expand Down

0 comments on commit b6ca564

Please sign in to comment.