Skip to content

Commit

Permalink
index
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkatIT committed Nov 9, 2023
1 parent ff88c8a commit e4948c0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/update-toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
shell: cmd

- name: Commit changes
uses: actions/github-script@v7
with:
script: |
git config --local user.email "actions@github.com"
git config --local user.name "GitHub Actions"
git add README.md
git commit -m "Update TOC"
git push
run: |
git config --local user.email "actions@github.com"
git config --local user.name "GitHub Actions"
git add README.md
git commit -m "Update TOC"
git push origin main --force-with-lease
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit e4948c0

Please sign in to comment.