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 12fc99b commit 9833002Copy full SHA for 9833002
.github/workflows/build.yml
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
- name: Checkout code
21
uses: actions/checkout@v4
22
+ with:
23
+ ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.sha }}
24
25
- name: Setup Node.js
26
uses: actions/setup-node@v4
0 commit comments