Skip to content

Commit 5bddc2a

Browse files
committed
git add failed??
1 parent a4f4cd6 commit 5bddc2a

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/100_render.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: 100_render_notes.yaml
2-
3-
run-name: 100_render
1+
name: 100_render_notes.yml
2+
## GENERAL form of 100_emacs_notes.yaml
3+
run-name: 100_render general
44

55
on:
66
workflow_dispatch:
@@ -65,7 +65,8 @@ jobs:
6565
run: |
6666
git config --global user.name "github-actions[bot]"
6767
git config --global user.email "github-actions[bot]@users.noreply.github.com"
68-
git add ${{ github.events.inputs.selected_filename }}
68+
# git add ${{ github.events.inputs.selected_filename }}
69+
git add . # above line did not work?
6970
git commit -m "Update ${{ github.event.inputs.selected_filename }}" || \
7071
echo "no changes; nothing to commit"
7172
git push

0 commit comments

Comments
 (0)