Skip to content

Commit

Permalink
try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kdutia committed Oct 24, 2024
1 parent 54077f2 commit 788e676
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/update-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ jobs:
run: |
poetry export -f requirements.txt --output requirements.txt --without-hashes
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
commit-message: Update requirements.txt
title: Update requirements.txt from Poetry dependencies
body: Automated update of requirements.txt from Poetry configuration
branch: update-requirements
delete-branch: true
- name: Commit changes
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
git add requirements.txt
git commit -m "Update requirements.txt" || echo "No changes to commit"
git push

0 comments on commit 788e676

Please sign in to comment.