🔵 other: Update convert action

This commit is contained in:
Keith Solomon
2026-02-07 11:39:38 -06:00
parent 17b497b3c8
commit 16887d0f73

View File

@@ -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