Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
riverallzero authored Oct 31, 2023
1 parent c36de27 commit 04a4e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
git config --global user.email "[email protected]"
- name: Check if 'last_no.txt' exists
run: |
if not [ -f last_no.txt ) ]; then
if not [ -f last_no.txt ]; then
echo "last_no.txt does not exist. Adding and committing..."
git add last_no.txt
git commit -m "Create last_no.txt"
Expand Down

0 comments on commit 04a4e6e

Please sign in to comment.