We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b5735 commit 3385931Copy full SHA for 3385931
provenance.jq
@@ -70,7 +70,7 @@ def github_actions_provenance($github; $runner; $digest):
70
id: ($github.server_url + "/" + $github.workflow_ref),
71
},
72
metadata: {
73
- invocationId: "\($github.server_url)/\($github.repository)/actions/runs/\($github.run_id)/attempts/\($github.run_attempt)",
+ invocationId: ($github.server_url + "/" + $github.repository + "/actions/runs/" + $github.run_id + "/attempts/" + $github.run_attempt)
74
75
76
0 commit comments