Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit a5cc5b3

Browse files
ci(github): fix workflow build.yml
1 parent 337f670 commit a5cc5b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4
13+
with:
14+
ref: ${{ github.head_ref }}
1315

1416
- name: Use Node.js
1517
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)