Skip to content

Commit d8412c5

Browse files
committed
kernelCTF: GHA: fix workflow syntax error
1 parent f56b903 commit d8412c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kernelctf-verify-all.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: 'google-github-actions/upload-cloud-storage@v2'
4444
with:
4545
path: ./artifacts
46-
destination: kernelctf-build/artifacts/verify_all_${{ github.run_id }}_pr${{ join(fromJSON(format('[{0}]', inputs.prs)), "_") }}
46+
destination: kernelctf-build/artifacts/verify_all_${{ github.run_id }}_pr${{ join(fromJSON(format('[{0}]', inputs.prs)), '_') }}
4747
parent: false
4848
predefinedAcl: publicRead
4949
process_gcloudignore: false # removes warnings that .gcloudignore file does not exist

0 commit comments

Comments
 (0)