We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a55987b + 2b57465 commit 7c319a3Copy full SHA for 7c319a3
.github/workflows/push.yml
@@ -23,12 +23,11 @@ jobs:
23
run: make
24
- name: Commit assets
25
if: ${{ github.event_name == 'push' }}
26
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
27
with:
28
add_options: -f
29
file_pattern: chris-buckley-cv.pdf index.md
30
skip_dirty_check: true
31
- skip_checkout: true
32
commit_author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'
33
commit_message: Updated GitHub Pages
34
branch: gh-pages
0 commit comments