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 80140c6 commit d089702Copy full SHA for d089702
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
# It could be used as the release body but had some minor formatting issues.
37
# For example, it contained unnecessary new lines in the body.
38
- name: Convert from HTML to markdown
39
- uses: docker://pandoc/core:2.16.2
+ uses: docker://pandoc/core:2.18.0
40
if: ${{ steps.check-for-updates.outputs.result == 'stale' }}
41
with:
42
# These are appended to "pandoc" command exactly like in terminal
0 commit comments