Fix job id
This commit is contained in:
@@ -40,7 +40,7 @@ export function parseGitHubContext(): ParsedGitHubContext {
|
||||
const context = github.context;
|
||||
|
||||
const commonFields = {
|
||||
runId: process.env.GITHUB_RUN_ID!,
|
||||
runId: process.env.GITHUB_RUN_NUMBER!,
|
||||
eventName: context.eventName,
|
||||
eventAction: context.payload.action,
|
||||
repository: {
|
||||
|
||||
Reference in New Issue
Block a user