We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d98634 commit 924cff3Copy full SHA for 924cff3
1 file changed
.github/workflows/generate-test-ids.yml
@@ -13,7 +13,9 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v4
15
with:
16
- ref: ${{ github.head_ref }} # Check out the PR branch, not the merge commit
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
17
+ ref: ${{ github.event.pull_request.head.sha }} # Check out the PR branch, not the merge commit
18
+ fetch-depth: 0
19
20
- name: Setup Node.js
21
uses: actions/setup-node@v4
0 commit comments