🔵 other: Update conversion action
This commit is contained in:
6
.github/workflows/test-convert.yml
vendored
6
.github/workflows/test-convert.yml
vendored
@@ -4,16 +4,20 @@ on: workflow_dispatch
|
|||||||
jobs:
|
jobs:
|
||||||
temp_conversion_via_pandoc:
|
temp_conversion_via_pandoc:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: docker://pandoc/core:2.9
|
- uses: docker://pandoc/core:2.9
|
||||||
with:
|
with:
|
||||||
args: >- # allows you to break string into multiple lines
|
args: >- # allows you to break string into multiple lines
|
||||||
--standalone
|
--standalone
|
||||||
--output=checklist.docx
|
--output=checklist.docx
|
||||||
checklist.md
|
checklist.md
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
name: checklist.docx
|
name: checklist.docx
|
||||||
|
|||||||
Reference in New Issue
Block a user