We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96faf99 commit 6020360Copy full SHA for 6020360
.github/workflows/changelog.yml
@@ -31,9 +31,9 @@ jobs:
31
run: ./gradlew updateChangelog -PreleaseBody="${{ github.event.release.body }}" -PreleaseHtmlUrl=${{ github.event.release.html_url }} -PreleaseName=${{ github.event.release.name }}
32
33
- name: Commit changes
34
- uses: EndBug/add-and-commit@v4
+ uses: EndBug/add-and-commit@v5
35
with:
36
- ref: master
+ branch: master
37
message: "Update CHANGELOG.md"
38
add: "CHANGELOG.md"
39
env:
0 commit comments