Skip to content

Commit

Permalink
context: remove provenanceBuilderID func
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Jan 15, 2025
1 parent 9881e80 commit f2e802c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,4 @@ export class Context {
public static gitContext(): string {
return `${GitHub.serverURL}/${github.context.repo.owner}/${github.context.repo.repo}.git#${Context.gitRef()}`;
}

public static provenanceBuilderID(): string {
return `${GitHub.serverURL}/${github.context.repo.owner}/${github.context.repo.repo}/actions/runs/${github.context.runId}`;
}
}

0 comments on commit f2e802c

Please sign in to comment.