Fix job id

This commit is contained in:
Mark Wylde
2025-05-31 09:26:06 +01:00
parent e5b2574f8c
commit 5c040da573
5 changed files with 36 additions and 24 deletions

View File

@@ -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: {