Skip to content

Commit 2e75779

Browse files
committed
add back git config with github.actor
1 parent 22e2402 commit 2e75779

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/table_of_contents.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474
run: |
75+
git config --global user.name "${{ github.actor }}"
76+
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
7577
git add table-of-contents-files/*
7678
git commit -m "Autogenerate table of contents files from GitHub action - $(date '+%Y-%m-%d %H:%M:%S')"
7779
git push origin HEAD:update_table_of_contents

0 commit comments

Comments
 (0)