Skip to content

Commit fb2b41b

Browse files
authored
build: update distribution (#407)
1 parent fcab89e commit fb2b41b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -2540,6 +2540,7 @@ class Context {
25402540
this.action = process.env.GITHUB_ACTION;
25412541
this.actor = process.env.GITHUB_ACTOR;
25422542
this.job = process.env.GITHUB_JOB;
2543+
this.runAttempt = parseInt(process.env.GITHUB_RUN_ATTEMPT, 10);
25432544
this.runNumber = parseInt(process.env.GITHUB_RUN_NUMBER, 10);
25442545
this.runId = parseInt(process.env.GITHUB_RUN_ID, 10);
25452546
this.apiUrl = (_a = process.env.GITHUB_API_URL) !== null && _a !== void 0 ? _a : `https://api.github.com`;

0 commit comments

Comments
 (0)