Skip to content

Commit

Permalink
Update generate_requirements_for_clever_cloud.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
da-ekchajzer authored Oct 11, 2024
1 parent 5c4a138 commit b9ddb0a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/generate_requirements_for_clever_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
run: |
poetry export --without-hashes --format=requirements.txt > requirements.txt
- uses: actions4git/add-commit-push@v1
- run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- run: git add requirements.txt
- run: git commit --m 'generate requirements.txt from poetry'
- run: git commit --m 'generate requirements.txt from poetry' || exit 0
- run: git push

0 comments on commit b9ddb0a

Please sign in to comment.