Skip to content

Commit

Permalink
dep ugrade action: add rebase to clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Nov 2, 2022
1 parent 23f366f commit 42608f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upgrade-dependencies.yml
Expand Up @@ -55,6 +55,7 @@ jobs:
run:
git checkout -b auto-dependency-upgrades
git branch -r | grep auto-dependency-upgrades- | xargs -I {} git merge {}
git rebase main
git push -f origin auto-dependency-upgrades
git branch -r | grep auto-dependency-upgrades- | cut -d/ -f2 | xargs -I {} git push origin :{}
- name: Open pull request if needed
Expand Down

0 comments on commit 42608f1

Please sign in to comment.