🔵 other: Update convert action
This commit is contained in:
7
.github/workflows/convert-and-commit.yml
vendored
7
.github/workflows/convert-and-commit.yml
vendored
@@ -8,16 +8,17 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
convert_via_pandoc:
|
convert_via_pandoc:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
ref: ${{ github.event.push.head.ref }}
|
|
||||||
- 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
|
||||||
|
|
||||||
- name: ⤴ Commit updated version
|
- name: ⤴ Commit updated version
|
||||||
run: |
|
run: |
|
||||||
git config user.name keith
|
git config user.name keith
|
||||||
|
|||||||
Reference in New Issue
Block a user