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 0b41066 commit b80b53aCopy full SHA for b80b53a
README.md
@@ -19,7 +19,7 @@ To use this action in your workflow, add the following step:
19
uses: Robitx/snippet-permalink-updater-action@v1
20
with:
21
snippet_file: 'path/to/your/source/file.ext'
22
- start_marker: '-- README_REFERENCE_MARKER_START'
23
- end_marker: '-- README_REFERENCE_MARKER_END'
+ start_marker: 'README_REFERENCE_MARKER_START'
+ end_marker: 'README_REFERENCE_MARKER_END'
24
markdown_file: 'README.md'
25
replace_marker: '<!-- README_REFERENCE_MARKER_REPLACE_NEXT_LINE -->'
0 commit comments