Skip to content

Commit 0904ac1

Browse files
committed
Update generate-release-notes.yml
1 parent 9e9d541 commit 0904ac1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/generate-release-notes.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
1818
with:
19-
repository: ${{ github.repository_owner }}/react-native-windows
2019
fetch-depth: 0
21-
ref: ${{ github.head_ref != '' && github.head_ref || github.ref_name }}
20+
ref: ${{ github.event.pull_request.head.ref || github.ref_name }}
2221

2322
- name: Set up Python
2423
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)