🔵 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:
|
||||
convert_via_pandoc:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.event.push.head.ref }}
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: docker://pandoc/core:2.9
|
||||
with:
|
||||
args: >- # allows you to break string into multiple lines
|
||||
--standalone
|
||||
--output=checklist.docx
|
||||
checklist.md
|
||||
|
||||
- name: ⤴ Commit updated version
|
||||
run: |
|
||||
git config user.name keith
|
||||
|
||||
Reference in New Issue
Block a user