Skip to content

Commit

Permalink
fix dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel-brostrom committed Mar 28, 2024
1 parent 91f6b65 commit 9958b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Create and switch to a new branch
run: |
git pull --rebase origin master
git checkout -b update-dependencies-${{ env.BRANCH_DATE }}
git add poetry.lock
git commit -m "Update dependencies" || echo "No changes to commit"
Expand Down

0 comments on commit 9958b41

Please sign in to comment.