Skip to content

Commit 8f8a08e

Browse files
authored
Fix changelog.yml (#597)
Specify the branch name to the ref parameter [skip ci]
1 parent 4c8fee4 commit 8f8a08e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/changelog.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14+
with:
15+
ref: master
1416

1517
- name: Grant execute permission for gradlew
1618
run: chmod +x gradlew
@@ -31,6 +33,7 @@ jobs:
3133
- name: Commit changes
3234
uses: EndBug/add-and-commit@v4
3335
with:
36+
ref: master
3437
message: "Update CHANGELOG.md"
3538
add: "CHANGELOG.md"
3639
env:

0 commit comments

Comments
 (0)