We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9d541 commit 0904ac1Copy full SHA for 0904ac1
1 file changed
.github/workflows/generate-release-notes.yml
@@ -16,9 +16,8 @@ jobs:
16
- name: Checkout repository
17
uses: actions/checkout@v4
18
with:
19
- repository: ${{ github.repository_owner }}/react-native-windows
20
fetch-depth: 0
21
- ref: ${{ github.head_ref != '' && github.head_ref || github.ref_name }}
+ ref: ${{ github.event.pull_request.head.ref || github.ref_name }}
22
23
- name: Set up Python
24
uses: actions/setup-python@v4
0 commit comments