Skip to content

Commit

Permalink
Merge pull request #554 from crazy-max/context-remove-provenanceBuild…
Browse files Browse the repository at this point in the history
…erID

context: remove provenanceBuilderID func
  • Loading branch information
crazy-max authored Jan 15, 2025
2 parents e46ec80 + f2e802c commit f795e92
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 @@ -58,8 +58,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 f795e92

Please sign in to comment.