Skip to content

Commit

Permalink
Merge pull request #36 from vim-jp/dependabot/github_actions/EndBug/a…
Browse files Browse the repository at this point in the history
…dd-and-commit-9

Bump EndBug/add-and-commit from 7 to 9
  • Loading branch information
k-takata committed Sep 12, 2023
2 parents b03a525 + 1735671 commit 1d5f261
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,11 @@ jobs:
# install
cp work/target/html/doc/*.html target
- name: Commit updated master branch
uses: EndBug/add-and-commit@v7
uses: EndBug/add-and-commit@v9
with:
cwd: './target'
default_author: github_actions
message: |-
Generated by GitHub workflow ${{ github.run_id }}
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
branch: gh-pages
pull: 'NO-PULL'

0 comments on commit 1d5f261

Please sign in to comment.