🔵 other: Update actions to fire manually

This commit is contained in:
Keith Solomon
2026-01-31 23:35:51 -06:00
parent 51399e9f13
commit 69c6d74293
2 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,9 @@
name: Convert markdown to Word name: Convert markdown to Word
on: on:
push: workflow_dispatch:
branches: # push:
- main # branches:
# - main
jobs: jobs:
convert_via_pandoc: convert_via_pandoc:
@@ -19,9 +20,8 @@ jobs:
checklist.md checklist.md
- name: ⤴ Commit updated version - name: ⤴ Commit updated version
run: | run: |
git config remote.origin.url 'https://${{secrets.GITHUB_TOKEN}}@github.com/potatoqualitee/froopyland-dr.git' git config user.name keith
git config user.name potatoqualitee git config user.email keith@keithsolomon.net
git config user.email clemaire@gmail.com
git add . git add .
git commit -am "update word" git commit -am "update word"
git push git push

View File

@@ -1,5 +1,5 @@
name: Convert markdown to Word name: Convert markdown to Word
on: push on: workflow_dispatch
jobs: jobs:
temp_conversion_via_pandoc: temp_conversion_via_pandoc: