We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01aadb commit 58f0d93Copy full SHA for 58f0d93
dist/index.js
@@ -2326,6 +2326,7 @@ class Context {
2326
this.action = process.env.GITHUB_ACTION;
2327
this.actor = process.env.GITHUB_ACTOR;
2328
this.job = process.env.GITHUB_JOB;
2329
+ this.runAttempt = parseInt(process.env.GITHUB_RUN_ATTEMPT, 10);
2330
this.runNumber = parseInt(process.env.GITHUB_RUN_NUMBER, 10);
2331
this.runId = parseInt(process.env.GITHUB_RUN_ID, 10);
2332
this.apiUrl = (_a = process.env.GITHUB_API_URL) !== null && _a !== void 0 ? _a : `https://api.github.com`;
0 commit comments