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 89481a2 commit 27404caCopy full SHA for 27404ca
.github/workflows/table_of_contents.yml
@@ -70,11 +70,6 @@ jobs:
70
- name: Commit and Push Changes
71
if: steps.check_changes.outputs.has_changes == 'true'
72
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
78
git add table-of-contents-files/*
79
git commit -m "Autogenerate table of contents files from GitHub action - $(date '+%Y-%m-%d %H:%M:%S')"
80
git push origin HEAD:update_table_of_contents
0 commit comments