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 3e14e93 commit 183be52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ jobs:
git checkout -b update-dependencies-${{ env.BRANCH_DATE }}
git add poetry.lock
git commit -m "Update dependencies" || echo "No changes to commit"
git push --set-upstream origin update-dependencies-${{ env.BRANCH_DATE }}
git pull --rebase origin master
git fetch origin
git rebase origin/update-dependencies-2024-03-28
git push --set-upstream origin update-dependencies-${{ env.BRANCH_DATE }} --force
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit 183be52

Please sign in to comment.