Skip to content

Commit 1a473d1

Browse files
authored
Fix indention on pandoc example
1 parent 933a63a commit 1a473d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
# Convert to markdown first
6868
# https://github.com/pandoc/pandoc-action-example
6969
- uses: docker://pandoc/core:2.14
70-
with:
71-
args: "CHANGELOG.rst -f rst -t markdown -o CR_CHANGELOG.md"
70+
with:
71+
args: "CHANGELOG.rst -f rst -t markdown -o CR_CHANGELOG.md"
7272

7373
- uses: dropseed/changerelease@v1
7474
with:

0 commit comments

Comments
 (0)