Skip to content

Commit 6020360

Browse files
renovate[bot]renovate-botnakamura-to
authored
Update EndBug/add-and-commit action to v5 (#616)
* Update EndBug/add-and-commit action to v5 * Rename "ref" to "branch" Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Toshihiro Nakamura <[email protected]>
1 parent 96faf99 commit 6020360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
run: ./gradlew updateChangelog -PreleaseBody="${{ github.event.release.body }}" -PreleaseHtmlUrl=${{ github.event.release.html_url }} -PreleaseName=${{ github.event.release.name }}
3232

3333
- name: Commit changes
34-
uses: EndBug/add-and-commit@v4
34+
uses: EndBug/add-and-commit@v5
3535
with:
36-
ref: master
36+
branch: master
3737
message: "Update CHANGELOG.md"
3838
add: "CHANGELOG.md"
3939
env:

0 commit comments

Comments
 (0)