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 9881e80 commit f2e802cCopy full SHA for f2e802c
src/context.ts
@@ -54,8 +54,4 @@ export class Context {
54
public static gitContext(): string {
55
return `${GitHub.serverURL}/${github.context.repo.owner}/${github.context.repo.repo}.git#${Context.gitRef()}`;
56
}
57
-
58
- public static provenanceBuilderID(): string {
59
- return `${GitHub.serverURL}/${github.context.repo.owner}/${github.context.repo.repo}/actions/runs/${github.context.runId}`;
60
- }
61
0 commit comments