Skip to content

Commit

Permalink
Merge branch 'dev' into dev-clever
Browse files Browse the repository at this point in the history
  • Loading branch information
da-ekchajzer committed Oct 11, 2024
2 parents 11b28fd + b9ddb0a commit 299b3ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
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 299b3ed

Please sign in to comment.