Skip to content

Commit 1d12a7e

Browse files
committed
checkout main before build
1 parent 2db4329 commit 1d12a7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ jobs:
1616
timeout-minutes: 5
1717

1818
steps:
19-
- name: Checkout
19+
- name: Checkout code
2020
uses: actions/checkout@v4
21+
with:
22+
ref: main
2123

2224
- name: Install dependencies
2325
run: npm install

0 commit comments

Comments
 (0)