Skip to content

Commit 7da6f63

Browse files
committed
ci: Add Q-CTRL Robot and Email for Git commands
Fixes an issue with Git commands not knowing which user to push version bumps for on-push events. This will now bump the version with correct user and commit back to the working branches.
1 parent f644291 commit 7da6f63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/on-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
run: |
3030
git config --global --add safe.directory $GITHUB_WORKSPACE
31+
git config --global user.email "[email protected]"
32+
git config --global user.name "Q-CTRL Robot"
3133
/scripts/housekeeping.sh
3234
3335
linting:

0 commit comments

Comments
 (0)