Skip to content

Commit

Permalink
minor bug fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fontanapink committed May 29, 2024
1 parent 3fd88ec commit 364c43d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
git config --global user.name "GitHub Action"
git add .
git commit -m "Update requirements.txt and format code" || true
continue-on-error: true # In case there are no changess
git push origin HEAD:${{ github.head_ref }} || true
continue-on-error: true # In case there are no changes

- name: Upload updated requirements.txt
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 364c43d

Please sign in to comment.