Skip to content

Commit 27404ca

Browse files
committed
remove manual user configuration from step 7
1 parent 89481a2 commit 27404ca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/table_of_contents.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ jobs:
7070
- name: Commit and Push Changes
7171
if: steps.check_changes.outputs.has_changes == 'true'
7272
run: |
73-
# configure the user
74-
git config --global user.name "${{ github.actor }}"
75-
git config --global user.email "${{ github.actor}}@users.noreply.github.com"
76-
# standard git flow
77-
git checkout
7873
git add table-of-contents-files/*
7974
git commit -m "Autogenerate table of contents files from GitHub action - $(date '+%Y-%m-%d %H:%M:%S')"
8075
git push origin HEAD:update_table_of_contents

0 commit comments

Comments
 (0)