mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-07-02 07:43:13 +08:00
Update distribution (#403)
This commit is contained in:
parent
443e494954
commit
72dabb4702
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -2311,6 +2311,7 @@ class Context {
|
||||
this.action = process.env.GITHUB_ACTION;
|
||||
this.actor = process.env.GITHUB_ACTOR;
|
||||
this.job = process.env.GITHUB_JOB;
|
||||
this.runAttempt = parseInt(process.env.GITHUB_RUN_ATTEMPT, 10);
|
||||
this.runNumber = parseInt(process.env.GITHUB_RUN_NUMBER, 10);
|
||||
this.runId = parseInt(process.env.GITHUB_RUN_ID, 10);
|
||||
this.apiUrl = (_a = process.env.GITHUB_API_URL) !== null && _a !== void 0 ? _a : `https://api.github.com`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user