Skip to content

Commit 7dae662

Browse files
authored
Update distribution (#397)
1 parent 515d0f3 commit 7dae662

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1967,6 +1967,7 @@ class Context {
19671967
this.action = process.env.GITHUB_ACTION;
19681968
this.actor = process.env.GITHUB_ACTOR;
19691969
this.job = process.env.GITHUB_JOB;
1970+
this.runAttempt = parseInt(process.env.GITHUB_RUN_ATTEMPT, 10);
19701971
this.runNumber = parseInt(process.env.GITHUB_RUN_NUMBER, 10);
19711972
this.runId = parseInt(process.env.GITHUB_RUN_ID, 10);
19721973
this.apiUrl = (_a = process.env.GITHUB_API_URL) !== null && _a !== void 0 ? _a : `https://api.github.com`;

0 commit comments

Comments
 (0)