From 976021fb3594509cc393214202e17b6fd0377f0b Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 12 May 2025 13:40:31 +0200 Subject: [PATCH] chore: generate --- dist/post_run/index.js | 1 + dist/run/index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/dist/post_run/index.js b/dist/post_run/index.js index c2e0af0..bcd28c7 100644 --- a/dist/post_run/index.js +++ b/dist/post_run/index.js @@ -4985,6 +4985,7 @@ class Context { this.action = process.env.GITHUB_ACTION; this.actor = process.env.GITHUB_ACTOR; this.job = process.env.GITHUB_JOB; + this.runAttempt = parseInt(process.env.GITHUB_RUN_ATTEMPT, 10); this.runNumber = parseInt(process.env.GITHUB_RUN_NUMBER, 10); this.runId = parseInt(process.env.GITHUB_RUN_ID, 10); this.apiUrl = (_a = process.env.GITHUB_API_URL) !== null && _a !== void 0 ? _a : `https://api.github.com`; diff --git a/dist/run/index.js b/dist/run/index.js index dbe1d85..72e5109 100644 --- a/dist/run/index.js +++ b/dist/run/index.js @@ -4985,6 +4985,7 @@ class Context { this.action = process.env.GITHUB_ACTION; this.actor = process.env.GITHUB_ACTOR; this.job = process.env.GITHUB_JOB; + this.runAttempt = parseInt(process.env.GITHUB_RUN_ATTEMPT, 10); this.runNumber = parseInt(process.env.GITHUB_RUN_NUMBER, 10); this.runId = parseInt(process.env.GITHUB_RUN_ID, 10); this.apiUrl = (_a = process.env.GITHUB_API_URL) !== null && _a !== void 0 ? _a : `https://api.github.com`;