Skip to content

Commit 3414142

Browse files
author
Adrian Chang
committed
pckage
1 parent bfeb8c1 commit 3414142

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lbox-develop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
lbox: ${{ steps.filter.outputs.lbox }}
2121
matrix: ${{ steps.matrix.outputs.matrix }}
2222
steps:
23+
- uses: actions/checkout@v4
24+
with:
25+
token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
26+
ref: ${{ github.head_ref }}
2327
- uses: dorny/paths-filter@v3
2428
id: filter
2529
with:

0 commit comments

Comments
 (0)