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 759b09f commit 38a13f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Create and switch to a new branch
run: |
git checkout -b update-dependencies-${{ env.BRANCH_DATE }}
git pull origin master
git pull --rebase origin master
git add poetry.lock
git commit -m "Update dependencies" || echo "No changes to commit"
git push --set-upstream origin update-dependencies-$(date +'%Y-%m-%d')
Expand Down

0 comments on commit 38a13f0

Please sign in to comment.