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 5959 run : |
6060 npm run validate-github-github-docs-urls -- generate-new-json checks.json github/config/docs-urls.json
6161
62+ git config --global user.name "docs-bot"
63+ git config --global user.email "77750099+docs-bot@users.noreply.github.com"
64+
6265 cd github
6366 git status
6467 git diff
@@ -118,8 +121,6 @@ jobs:
118121 ISSUE_NUMBER : ${{ github.event.pull_request.number }}
119122 REPOSITORY : ${{ github.repository }}
120123 run : |
121- git config --global user.name "docs-bot"
122- git config --global user.email "77750099+docs-bot@users.noreply.github.com"
123124 npm run validate-github-github-docs-urls -- post-pr-comment checks.json --changed-files $CHANGED_FILES
124125
125126 - uses : ./.github/actions/slack-alert
You can’t perform that action at this time.
0 commit comments