Skip to content

Commit 0fc2126

Browse files
reformat
Signed-off-by: Ramon Petgrave <[email protected]>
1 parent 59ee237 commit 0fc2126

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pre-submit.e2e.generic.main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ jobs:
7474
SLSA_VERIFIER_TESTING: "true"
7575
ARTIFACT: ./${{ env.BUILD_ARTIFACT }}
7676
PROVENANCE: ./${{ needs.attest.outputs.provenance-name }}
77-
SOURCE: github.com/${{ env.GITHUB_REPOSITORY }}
78-
run: slsa-verifier verify-artifact \
79-
"$ARTIFACT" \
77+
SOURCE: github.com/${{ github.repository }}
78+
run: slsa-verifier verify-artifact "$ARTIFACT" \
8079
--provenance-path "$PROVENANCE" \
8180
--source-uri "$SOURCE"

0 commit comments

Comments
 (0)