run directly not as action #5177
Annotations
7 errors
.github/workflows/debug.generic-generator.yml#L146
shellcheck reported issue in this script: SC2086:info:5:21: Double quote to prevent globbing and word splitting
```
run: |
^~~~
```
|
.github/workflows/debug.generic-generator.yml#L183
property "provenance-download-name" is not defined in object type {outcome: string; provenance-name: string; release-id: string}
```
name: ${{ needs.provenance3.outputs.provenance-download-name }}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
|
.github/workflows/debug.generic-generator.yml#L184
property "provenance-download-sha256" is not defined in object type {outcome: string; provenance-name: string; release-id: string}
```
sha256: ${{ needs.provenance3.outputs.provenance-download-sha256 }}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
|
.github/workflows/debug.generic-generator.yml#L192
property "provenance-download-name" is not defined in object type {outcome: string; provenance-name: string; release-id: string}
```
PROVENANCE_PATH: ${{ needs.provenance3.outputs.provenance-download-name }}/${{ needs.provenance3.outputs.provenance-name }}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
|
.github/workflows/debug.generic-generator.yml#L193
shellcheck reported issue in this script: SC2086:info:5:21: Double quote to prevent globbing and word splitting
```
run: |
^~~~
```
|
.github/workflows/generator_generic_slsa3_alt.yml#L225
shellcheck reported issue in this script: SC2086:info:9:23: Double quote to prevent globbing and word splitting
```
run: |
^~~~
```
|
|
This job failed
Loading