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 05ed845 commit c0bc598Copy full SHA for c0bc598
.github/workflows/lbox-publish.yml
@@ -94,11 +94,12 @@ jobs:
94
HASH_VAR="hashes-${{ matrix.package }}"
95
echo "HASH_VAR=$HASH_VAR" >> $GITHUB_ENV
96
echo "Using hash: ${{ env.HASH_VAR }}"
97
- - uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
+ - uses: ./.github/actions/slsa-framework/slsa-github-generator/.github/workflows/[email protected]
98
with:
99
base64-subjects: "${{ env.HASH_VAR }}"
100
upload-assets: true
101
- upload-tag-name: v.6.0.0 # Tag from the initiation of the workflow
+ upload-tag-name: v.6.0.0 # Tag from the initiation of the workflow
102
+
103
test-build:
104
needs: ['path-filter']
105
if: ${{ needs.path-filter.outputs.lbox == 'true' }}
0 commit comments