Skip to content

Commit 7c319a3

Browse files
authored
Merge pull request #19 from cmbuckley/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
Bump stefanzweifel/git-auto-commit-action from 5 to 6
2 parents a55987b + 2b57465 commit 7c319a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ jobs:
2323
run: make
2424
- name: Commit assets
2525
if: ${{ github.event_name == 'push' }}
26-
uses: stefanzweifel/git-auto-commit-action@v5
26+
uses: stefanzweifel/git-auto-commit-action@v6
2727
with:
2828
add_options: -f
2929
file_pattern: chris-buckley-cv.pdf index.md
3030
skip_dirty_check: true
31-
skip_checkout: true
3231
commit_author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'
3332
commit_message: Updated GitHub Pages
3433
branch: gh-pages

0 commit comments

Comments
 (0)