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 22e2402 commit 2e75779Copy full SHA for 2e75779
.github/workflows/table_of_contents.yml
@@ -72,6 +72,8 @@ jobs:
72
env:
73
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74
run: |
75
+ git config --global user.name "${{ github.actor }}"
76
+ git config --global user.email "${{ github.actor }}@users.noreply.github.com"
77
git add table-of-contents-files/*
78
git commit -m "Autogenerate table of contents files from GitHub action - $(date '+%Y-%m-%d %H:%M:%S')"
79
git push origin HEAD:update_table_of_contents
0 commit comments