Skip to content

Commit 58f0d93

Browse files
authored
Update distribution (#235)
1 parent d01aadb commit 58f0d93

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
@@ -2326,6 +2326,7 @@ class Context {
23262326
this.action = process.env.GITHUB_ACTION;
23272327
this.actor = process.env.GITHUB_ACTOR;
23282328
this.job = process.env.GITHUB_JOB;
2329+
this.runAttempt = parseInt(process.env.GITHUB_RUN_ATTEMPT, 10);
23292330
this.runNumber = parseInt(process.env.GITHUB_RUN_NUMBER, 10);
23302331
this.runId = parseInt(process.env.GITHUB_RUN_ID, 10);
23312332
this.apiUrl = (_a = process.env.GITHUB_API_URL) !== null && _a !== void 0 ? _a : `https://api.github.com`;

0 commit comments

Comments
 (0)