Skip to content

Commit f2e802c

Browse files
committed
context: remove provenanceBuilderID func
Signed-off-by: CrazyMax <[email protected]>
1 parent 9881e80 commit f2e802c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/context.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,4 @@ export class Context {
5454
public static gitContext(): string {
5555
return `${GitHub.serverURL}/${github.context.repo.owner}/${github.context.repo.repo}.git#${Context.gitRef()}`;
5656
}
57-
58-
public static provenanceBuilderID(): string {
59-
return `${GitHub.serverURL}/${github.context.repo.owner}/${github.context.repo.repo}/actions/runs/${github.context.runId}`;
60-
}
6157
}

0 commit comments

Comments
 (0)