From 16887d0f73b0043f40bd828b7534377817a96099 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 7 Feb 2026 11:39:38 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B5=20other:=20Update=20convert=20acti?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/convert-and-commit.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/convert-and-commit.yml b/.github/workflows/convert-and-commit.yml index ff6f01f..1f059f5 100644 --- a/.github/workflows/convert-and-commit.yml +++ b/.github/workflows/convert-and-commit.yml @@ -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