We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535e83e commit 911eefbCopy full SHA for 911eefb
.github/workflows/lbox-develop.yml
@@ -23,7 +23,6 @@ jobs:
23
steps:
24
- uses: actions/checkout@v4
25
with:
26
- token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
27
ref: ${{ github.head_ref }}
28
- uses: dorny/paths-filter@v3
29
id: filter
.github/workflows/python-package-develop.yml
@@ -19,6 +19,9 @@ jobs:
19
outputs:
20
labelbox: ${{ steps.filter.outputs.labelbox }}
21
22
+ - uses: actions/checkout@v4
+ with:
+ ref: ${{ github.head_ref }}
0 commit comments