Skip to content

Commit

Permalink
dep upgrade action: add user config
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Nov 2, 2022
1 parent 3eb4fe1 commit 000f275
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upgrade-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
- name: merge all auto-dependency-upgrades branches
if: steps.changes.outputs.count > 0
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git checkout -b auto-dependency-upgrades
git branch -r | grep auto-dependency-upgrades- | xargs -I {} git merge {}
git rebase main
Expand Down

0 comments on commit 000f275

Please sign in to comment.