Skip to content

Commit d8ac4db

Browse files
Fix checkout ref for changelog action (#25)
1 parent d0ebdef commit d8ac4db

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/generate-changelog.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
name: Generate changelog for default branch
1111
steps:
1212
- uses: actions/checkout@v2
13+
with:
14+
ref: master
1315

1416
- name: Generate changelog
1517
uses: charmixer/auto-changelog-action@v1

0 commit comments

Comments
 (0)