From 69c6d74293446edfc0cb50ff6b419d7205e98beb Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 31 Jan 2026 23:35:51 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B5=20other:=20Update=20actions=20to?= =?UTF-8?q?=20fire=20manually?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/convert-and-commit.yml | 12 ++++++------ .github/workflows/test-convert.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/convert-and-commit.yml b/.github/workflows/convert-and-commit.yml index abeebbb..ff6f01f 100644 --- a/.github/workflows/convert-and-commit.yml +++ b/.github/workflows/convert-and-commit.yml @@ -1,8 +1,9 @@ name: Convert markdown to Word on: - push: - branches: - - main + workflow_dispatch: + # push: + # branches: + # - main jobs: convert_via_pandoc: @@ -19,9 +20,8 @@ jobs: checklist.md - name: ⤴ Commit updated version run: | - git config remote.origin.url 'https://${{secrets.GITHUB_TOKEN}}@github.com/potatoqualitee/froopyland-dr.git' - git config user.name potatoqualitee - git config user.email clemaire@gmail.com + git config user.name keith + git config user.email keith@keithsolomon.net git add . git commit -am "update word" git push diff --git a/.github/workflows/test-convert.yml b/.github/workflows/test-convert.yml index 040bbdd..1be8e57 100644 --- a/.github/workflows/test-convert.yml +++ b/.github/workflows/test-convert.yml @@ -1,5 +1,5 @@ name: Convert markdown to Word -on: push +on: workflow_dispatch jobs: temp_conversion_via_pandoc: