We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f4cd6 commit 5bddc2aCopy full SHA for 5bddc2a
1 file changed
.github/workflows/100_render.yml
@@ -1,6 +1,6 @@
1
-name: 100_render_notes.yaml
2
-
3
-run-name: 100_render
+name: 100_render_notes.yml
+## GENERAL form of 100_emacs_notes.yaml
+run-name: 100_render general
4
5
on:
6
workflow_dispatch:
@@ -65,7 +65,8 @@ jobs:
65
run: |
66
git config --global user.name "github-actions[bot]"
67
git config --global user.email "github-actions[bot]@users.noreply.github.com"
68
- git add ${{ github.events.inputs.selected_filename }}
+# git add ${{ github.events.inputs.selected_filename }}
69
+ git add . # above line did not work?
70
git commit -m "Update ${{ github.event.inputs.selected_filename }}" || \
71
echo "no changes; nothing to commit"
72
git push
0 commit comments