Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
platonfloria committed Apr 26, 2024
1 parent 993a685 commit 01ece84
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
id: bump_version_and_set_output
run: |
poetry export --without-hashes --format=requirements.txt > requirements.txt
git checkout main
git checkout ${GITHUB_REF##*/}
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add pyproject.toml requirements.txt
git add requirements.txt
git commit -m "Update requirements.txt [skip ci]"
Loading

0 comments on commit 01ece84

Please sign in to comment.