We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d5633 commit 7fb8883Copy full SHA for 7fb8883
1 file changed
.github/workflows/update-docs-index.yml
@@ -27,9 +27,10 @@ jobs:
27
run: npm run generate-docs-index
28
29
- name: Commit and push changes
30
+ env:
31
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
run: |
- git config user.name "GitHub Actions [Bot]"
- git config user.email "bot@github.com"
33
git add index.html
34
git commit -m "Auto-update docs index" || echo "No changes to commit"
35
git push
36
+
0 commit comments