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 db5e6ea commit 7ca2cb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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 push

0 comments on commit 7ca2cb5

Please sign in to comment.