Skip to content

Commit f448daf

Browse files
committed
Updates git user for workflow commits
Configures workflows to use the gittools-bot for automated commits.
1 parent cca797a commit f448daf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
name: Push changes
4848
run: |
4949
git add --verbose .
50-
git config user.name 'Artur Stolear'
51-
git config user.email 'artur.stolear@gmail.com'
50+
git config user.name 'gittools-bot'
51+
git config user.email 'gittoolsbot@outlook.com'
5252
git commit -m 'Docs changes' --allow-empty
5353
git push --force
5454
if: steps.status.outputs.has_changes == '1'

.github/workflows/public-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
name: Push changes
3838
run: |
3939
git add --verbose .
40-
git config user.name 'Artur Stolear'
41-
git config user.email 'artur.stolear@gmail.com'
40+
git config user.name 'gittools-bot'
41+
git config user.email 'gittoolsbot@outlook.com'
4242
git commit -m 'Mark public API as shipped' --allow-empty
4343
git push --force
4444
if: steps.status.outputs.has_changes == '1'

0 commit comments

Comments
 (0)