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 87c144d commit 5e6d19aCopy full SHA for 5e6d19a
.github/workflows/lbox-publish.yml
@@ -18,18 +18,18 @@ jobs:
18
path-filter:
19
runs-on: ubuntu-latest
20
outputs:
21
- lbox: ${{ true }}
+ lbox: ${{ steps.filter.outputs.lbox }}
22
test-matrix: ${{ steps.matrix.outputs.test-matrix }}
23
package-matrix: ${{ steps.matrix.outputs.publish-matrix }}
24
steps:
25
- uses: actions/checkout@v4
26
with:
27
- # ref: ${{ inputs.tag }}
28
ref: ${{ inputs.tag }}
29
- uses: dorny/paths-filter@v3
30
id: filter
31
32
- ref: ${{ inputs.tag }}
+ ref: ${{ github.head_ref }}
+ base: ${{ inputs.tag }}
33
list-files: 'json'
34
filters: |
35
lbox:
0 commit comments