Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit fd7f3b1

Browse files
committed
needed to push
1 parent 4d9eeb1 commit fd7f3b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/changelog.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
1515
- name: Check out repository content
1616
uses: actions/checkout@v2
17+
with:
18+
ref: ${{ github.event.pull_request.head.ref }}
1719
- name: Check out HEAD rev
1820
uses: actions/checkout@v2
1921
with:

0 commit comments

Comments
 (0)