File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 59
59
run : |
60
60
npm run validate-github-github-docs-urls -- generate-new-json checks.json github/config/docs-urls.json
61
61
62
+ git config --global user.name "docs-bot"
63
+ git config --global user.email "77750099+docs-bot@users.noreply.github.com"
64
+
62
65
cd github
63
66
git status
64
67
git diff
@@ -118,8 +121,6 @@ jobs:
118
121
ISSUE_NUMBER : ${{ github.event.pull_request.number }}
119
122
REPOSITORY : ${{ github.repository }}
120
123
run : |
121
- git config --global user.name "docs-bot"
122
- git config --global user.email "77750099+docs-bot@users.noreply.github.com"
123
124
npm run validate-github-github-docs-urls -- post-pr-comment checks.json --changed-files $CHANGED_FILES
124
125
125
126
- uses : ./.github/actions/slack-alert
You can’t perform that action at this time.
0 commit comments