Skip to content

Commit 88d28ab

Browse files
committed
Config rebase workflow to work with the github-actions user
1 parent f0b8ce5 commit 88d28ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rebase_dependencies.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ jobs:
1313
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
1414
ref: dependencies
1515
- run: |
16+
git config user.name github-actions
17+
git config user.email [email protected]
1618
git rebase origin/master
1719
git push origin dependencies --force-with-lease

0 commit comments

Comments
 (0)