chore: update bot information in workflows

nlf committed May 10, 2022 at 10:24 UTC 1c0939e5bf5c7211aa05e452235ce8745ef11316
2 files changed +6 -6
.github/workflows/publish.yml
+2 -2
@@ -50,8 +50,8 @@ jobs:
50 - name: Publish documentation
51 run: |
52 git add --verbose .
53 - git config user.name 'CI User'
54 - git config user.email 'noreply@npmjs.com'
53 + git config user.name 'npm CLI robot'
54 + git config user.email 'npm-cli+bot@github.com'
55 git commit -m 'Update from CI'
56 git push origin dist
57 if: steps.status.outputs.has_changes == '1'
.github/workflows/update-cli.yml
+4 -4
@@ -38,8 +38,8 @@ jobs:
38 if: steps.status.outputs.has_changes == '1'
39 run: |
40 git add --verbose .
41 - git config user.name 'CI User'
42 - git config user.email 'noreply@npmjs.com'
41 + git config user.name 'npm CLI robot'
42 + git config user.email 'npm-cli+bot@github.com'
43 git commit -m 'CLI documentation update from CI'
44 - name: Build documentation
45 run: npm run build
@@ -60,7 +60,7 @@ jobs:
60 working-directory: public
61 run: |
62 git add --verbose .
63 - git config user.name 'CI User'
64 - git config user.email 'noreply@npmjs.com'
63 + git config user.name 'npm CLI robot'
64 + git config user.email 'npm-cli+bot@github.com'
65 git commit -m 'CLI documentation update from CI'
66 git push origin dist