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 9958b41 commit 3e14e93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ 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"
git pull --rebase origin master
git push --set-upstream origin update-dependencies-${{ env.BRANCH_DATE }}
git pull --rebase origin master
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit 3e14e93

Please sign in to comment.