Skip to content

Commit 3385931

Browse files
mrjoelkamptianon
andauthored
Update provenance.jq
Co-authored-by: Tianon Gravi <[email protected]>
1 parent d9b5735 commit 3385931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provenance.jq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def github_actions_provenance($github; $runner; $digest):
7070
id: ($github.server_url + "/" + $github.workflow_ref),
7171
},
7272
metadata: {
73-
invocationId: "\($github.server_url)/\($github.repository)/actions/runs/\($github.run_id)/attempts/\($github.run_attempt)",
73+
invocationId: ($github.server_url + "/" + $github.repository + "/actions/runs/" + $github.run_id + "/attempts/" + $github.run_attempt)
7474
},
7575
},
7676
},

0 commit comments

Comments
 (0)