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