Skip to content

Commit a5cb66f

Browse files
committed
try fix build
1 parent 964aa2d commit a5cb66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@v4
2222
with:
23-
ref: main
23+
ref: build-output-${{ github.run_id }}
2424

2525
- name: Install dependencies
2626
run: npm install

0 commit comments

Comments
 (0)