Skip to content

Commit b83a7a3

Browse files
authored
Update validate-github-github-docs-urls.yml round 2 (#55329)
1 parent 56735db commit b83a7a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/validate-github-github-docs-urls.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
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 "[email protected]"
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 "[email protected]"
123124
npm run validate-github-github-docs-urls -- post-pr-comment checks.json --changed-files $CHANGED_FILES
124125
125126
- uses: ./.github/actions/slack-alert

0 commit comments

Comments
 (0)