We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515d0f3 commit 7dae662Copy full SHA for 7dae662
dist/index.js
@@ -1967,6 +1967,7 @@ class Context {
1967
this.action = process.env.GITHUB_ACTION;
1968
this.actor = process.env.GITHUB_ACTOR;
1969
this.job = process.env.GITHUB_JOB;
1970
+ this.runAttempt = parseInt(process.env.GITHUB_RUN_ATTEMPT, 10);
1971
this.runNumber = parseInt(process.env.GITHUB_RUN_NUMBER, 10);
1972
this.runId = parseInt(process.env.GITHUB_RUN_ID, 10);
1973
this.apiUrl = (_a = process.env.GITHUB_API_URL) !== null && _a !== void 0 ? _a : `https://api.github.com`;
0 commit comments