Skip to content

Commit 911eefb

Browse files
authored
[PLT-0] checkout repo (#1747)
1 parent 535e83e commit 911eefb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/lbox-develop.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525
with:
26-
token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
2726
ref: ${{ github.head_ref }}
2827
- uses: dorny/paths-filter@v3
2928
id: filter

.github/workflows/python-package-develop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
outputs:
2020
labelbox: ${{ steps.filter.outputs.labelbox }}
2121
steps:
22+
- uses: actions/checkout@v4
23+
with:
24+
ref: ${{ github.head_ref }}
2225
- uses: dorny/paths-filter@v3
2326
id: filter
2427
with:

0 commit comments

Comments
 (0)