From 32c1cc68cbb94234cf68832d982ab993f14d29fd Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 7 Feb 2026 11:48:43 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B5=20other:=20Update=20conversion=20a?= =?UTF-8?q?ction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-convert.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-convert.yml b/.github/workflows/test-convert.yml index 1be8e57..4ec1af1 100644 --- a/.github/workflows/test-convert.yml +++ b/.github/workflows/test-convert.yml @@ -4,16 +4,20 @@ on: workflow_dispatch jobs: temp_conversion_via_pandoc: runs-on: ubuntu-latest + env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + steps: - - uses: actions/checkout@v2 + - 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 + - uses: actions/upload-artifact@master with: name: checklist.docx