Rebuild dist

This commit is contained in:
Nick Alteen
2025-07-15 15:14:47 -04:00
parent 329f5ebce9
commit 4dbde70384
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
---
name: "@actions/github"
version: 6.0.0
version: 6.0.1
type: npm
summary: Actions github lib
homepage: https://github.com/actions/toolkit/tree/main/packages/github

1
dist/index.js generated vendored
View File

@@ -27315,6 +27315,7 @@ function requireContext () {
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`;

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long