Skip to content

Commit

Permalink
default behavior is to mix all bullet types
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Dec 5, 2024
1 parent 1ae8ea2 commit 1f97369
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/md-toc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ inputs:
bullets:
description: Bullets to use for Table of Contents ("*", "-" or "+")
required: false
default: '*'
default: ''
node_version:
description: Node.js version to install (false means do not install)
required: false
Expand All @@ -46,7 +46,6 @@ runs:
run: |
markdown-toc "$MDTOC_IARG" \
--maxdepth "${{ inputs.depth }}" \
--bullets "${{ inputs.bullets }}" \
--append "${{ inputs.append }}" \
${{ inputs.md_src }} && \
echo "Table of Contents successfully generated in ${{ inputs.md_src }}"
Expand Down

0 comments on commit 1f97369

Please sign in to comment.