Skip to content

Commit 1d5f261

Browse files
authored
Merge pull request #36 from vim-jp/dependabot/github_actions/EndBug/add-and-commit-9
Bump EndBug/add-and-commit from 7 to 9
2 parents b03a525 + 1735671 commit 1d5f261

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,11 @@ jobs:
4040
# install
4141
cp work/target/html/doc/*.html target
4242
- name: Commit updated master branch
43-
uses: EndBug/add-and-commit@v7
43+
uses: EndBug/add-and-commit@v9
4444
with:
4545
cwd: './target'
4646
default_author: github_actions
4747
message: |-
4848
Generated by GitHub workflow ${{ github.run_id }}
4949
5050
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
51-
branch: gh-pages
52-
pull: 'NO-PULL'

0 commit comments

Comments
 (0)