Skip to content

Commit

Permalink
remove manual user configuration from step 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Blargian committed Jan 24, 2025
1 parent 89481a2 commit 27404ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/table_of_contents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ jobs:
- name: Commit and Push Changes
if: steps.check_changes.outputs.has_changes == 'true'
run: |
# configure the user
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor}}@users.noreply.github.com"
# standard git flow
git checkout
git add table-of-contents-files/*
git commit -m "Autogenerate table of contents files from GitHub action - $(date '+%Y-%m-%d %H:%M:%S')"
git push origin HEAD:update_table_of_contents

0 comments on commit 27404ca

Please sign in to comment.