[bot] Update dist directory

This commit is contained in:
bot-githubaction
2025-05-13 18:36:21 +00:00
parent e093fac84c
commit 9f79b5fa2c
10 changed files with 582 additions and 33 deletions

View File

@@ -7719,6 +7719,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`;

File diff suppressed because one or more lines are too long