We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d9a54 commit 64fcbe4Copy full SHA for 64fcbe4
1 file changed
.github/workflows/101_render_dir.yml
@@ -64,15 +64,16 @@ jobs:
64
to: gfm
65
path: tech_notes/*.qmd
66
67
+# git add ${{ github.events.inputs.selected_filename }}
68
+# git commit -m "Update ${{ github.event.inputs.selected_filename }}" || \
69
+# echo "no changes; nothing to commit"
70
+
71
# Commit and push changes to README.md
72
- name: Commit 280_emacs_notes.md
73
run: |
74
git config --global user.name "github-actions[bot]"
75
git config --global user.email "github-actions[bot]@users.noreply.github.com"
-# git add ${{ github.events.inputs.selected_filename }}
-# git commit -m "Update ${{ github.event.inputs.selected_filename }}" || \
-# echo "no changes; nothing to commit"
- git add -
76
+ git add -A
77
git commit -m "Ran quarto, save results"
78
git push
79
env:
0 commit comments