We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56b903 commit d8412c5Copy full SHA for d8412c5
.github/workflows/kernelctf-verify-all.yaml
@@ -43,7 +43,7 @@ jobs:
43
uses: 'google-github-actions/upload-cloud-storage@v2'
44
with:
45
path: ./artifacts
46
- destination: kernelctf-build/artifacts/verify_all_${{ github.run_id }}_pr${{ join(fromJSON(format('[{0}]', inputs.prs)), "_") }}
+ destination: kernelctf-build/artifacts/verify_all_${{ github.run_id }}_pr${{ join(fromJSON(format('[{0}]', inputs.prs)), '_') }}
47
parent: false
48
predefinedAcl: publicRead
49
process_gcloudignore: false # removes warnings that .gcloudignore file does not exist
0 commit comments