Skip to content

Commit ffeb46a

Browse files
authored
docs: update README.md
1 parent 861dc89 commit ffeb46a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To use this action in your workflow, add the following step:
1919
uses: Robitx/snippet-permalink-updater-action@v1
2020
with:
2121
snippet_file: 'path/to/your/source/file.ext'
22-
start_marker: '-- START_MARKER'
23-
end_marker: '-- END_MARKER'
22+
start_marker: '-- README_REFERENCE_MARKER_START'
23+
end_marker: '-- README_REFERENCE_MARKER_END'
2424
markdown_file: 'README.md'
25-
replace_marker: '-- REPLACE_MARKER'
25+
replace_marker: '<!-- README_REFERENCE_MARKER_REPLACE_NEXT_LINE -->'

0 commit comments

Comments
 (0)