🔵 other: Update actions to fire manually
This commit is contained in:
12
.github/workflows/convert-and-commit.yml
vendored
12
.github/workflows/convert-and-commit.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/test-convert.yml
vendored
2
.github/workflows/test-convert.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Convert markdown to Word
|
||||
on: push
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
temp_conversion_via_pandoc:
|
||||
|
||||
Reference in New Issue
Block a user