Skip to content

Commit

Permalink
prov--name, not prov-download-name
Browse files Browse the repository at this point in the history
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
  • Loading branch information
ramonpetgrave64 committed Aug 7, 2024
1 parent bf832e3 commit ff35a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debug.generic-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
uses: slsa-framework/slsa-verifier/actions/installer@v2.6.0
- name: Verify
env:
PROVENANCE_PATH: ${{ needs.provenance2.outputs.provenance-download-name }}
PROVENANCE_PATH: ${{ needs.provenance2.outputs.provenance-name }}
run: |

Check failure on line 138 in .github/workflows/debug.generic-generator.yml

View workflow job for this annotation

GitHub Actions / shellcheck

shellcheck reported issue in this script: SC2086:info:5:21: Double quote to prevent globbing and word splitting ``` run: | ^~~~ ```
pwd
ls -lahR
Expand Down

0 comments on commit ff35a07

Please sign in to comment.