Skip to content

Commit 9e1abdb

Browse files
fix: add ref specification for checkout step in integration workflow
1 parent 2c8addc commit 9e1abdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
steps:
4646
- name: Checkout code
4747
uses: actions/checkout@v4
48+
with:
49+
ref: ${{ github.event.pull_request.head.sha || github.ref }}
4850

4951
- name: Install dependencies
5052
run: npm ci

0 commit comments

Comments
 (0)