Skip to content

Commit ae2cb8c

Browse files
authored
Merge pull request #1296 from vim-jp/dependabot/github_actions/EndBug/add-and-commit-9
Bump EndBug/add-and-commit from 7 to 9
2 parents 18a56e1 + 5ff6913 commit ae2cb8c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/generate.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,14 @@ jobs:
5252
rsync -rlptD --delete-after work/syntax/ target/syntax
5353
rsync -rlptD --delete-after work/README-dist.md target/README.md
5454
- name: Commit updated master branch
55-
uses: EndBug/add-and-commit@v7
55+
uses: EndBug/add-and-commit@v9
5656
with:
5757
cwd: './target'
5858
default_author: github_actions
5959
message: |-
6060
Generated by GitHub workflow ${{ github.run_id }}
6161
6262
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
63-
branch: master
64-
pull: 'NO-PULL'
6563
6664
deploy:
6765
runs-on: ubuntu-latest
@@ -110,13 +108,11 @@ jobs:
110108
# install
111109
cp work/target/html/doc/*.html target
112110
- name: Commit updated master branch
113-
uses: EndBug/add-and-commit@v7
111+
uses: EndBug/add-and-commit@v9
114112
with:
115113
cwd: './target'
116114
default_author: github_actions
117115
message: |-
118116
Generated by GitHub workflow ${{ github.run_id }}
119117
120118
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
121-
branch: gh-pages
122-
pull: 'NO-PULL'

0 commit comments

Comments
 (0)