Update validate-github-github-docs-urls.yml round 2 (#55329)
This commit is contained in:
@@ -59,6 +59,9 @@ jobs:
|
||||
run: |
|
||||
npm run validate-github-github-docs-urls -- generate-new-json checks.json github/config/docs-urls.json
|
||||
|
||||
git config --global user.name "docs-bot"
|
||||
git config --global user.email "77750099+docs-bot@users.noreply.github.com"
|
||||
|
||||
cd github
|
||||
git status
|
||||
git diff
|
||||
@@ -118,8 +121,6 @@ jobs:
|
||||
ISSUE_NUMBER: ${{ github.event.pull_request.number }}
|
||||
REPOSITORY: ${{ github.repository }}
|
||||
run: |
|
||||
git config --global user.name "docs-bot"
|
||||
git config --global user.email "77750099+docs-bot@users.noreply.github.com"
|
||||
npm run validate-github-github-docs-urls -- post-pr-comment checks.json --changed-files $CHANGED_FILES
|
||||
|
||||
- uses: ./.github/actions/slack-alert
|
||||
|
||||
Reference in New Issue
Block a user