We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56735db commit b83a7a3Copy full SHA for b83a7a3
.github/workflows/validate-github-github-docs-urls.yml
@@ -59,6 +59,9 @@ jobs:
59
run: |
60
npm run validate-github-github-docs-urls -- generate-new-json checks.json github/config/docs-urls.json
61
62
+ git config --global user.name "docs-bot"
63
+ git config --global user.email "77750099+docs-bot@users.noreply.github.com"
64
+
65
cd github
66
git status
67
git diff
@@ -118,8 +121,6 @@ jobs:
118
121
ISSUE_NUMBER: ${{ github.event.pull_request.number }}
119
122
REPOSITORY: ${{ github.repository }}
120
123
- git config --global user.name "docs-bot"
- git config --global user.email "77750099+docs-bot@users.noreply.github.com"
124
npm run validate-github-github-docs-urls -- post-pr-comment checks.json --changed-files $CHANGED_FILES
125
126
- uses: ./.github/actions/slack-alert