Skip to content

Commit

Permalink
fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Dec 4, 2024
1 parent 3b67b71 commit f268aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/simple-md-toc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ runs:
echo "Table of Contents successfully generated in ${{ inputs.md_src }}"
shell: bash
- name: Autocommit changes
if: inputs.dry_run == 'false'
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Auto update TOC in ${{ inputs.md_src }}

0 comments on commit f268aac

Please sign in to comment.