Skip to content

Commit

Permalink
regen / fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Nov 6, 2024
1 parent 0715047 commit 6175acb
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
7 changes: 6 additions & 1 deletion dist/index.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,11 @@ export abstract class DetSysAction {
this.nixStoreTrust = "unknown";
this.strictMode = getBool("_internal-strict-mode");

if (getBoolOrUndefined('_internal-obliterate-actions-id-token-request-url') === true) {
if (
getBoolOrUndefined(
"_internal-obliterate-actions-id-token-request-variables",
) === true
) {
process.env["ACTIONS_ID_TOKEN_REQUEST_URL"] = undefined;
process.env["ACTIONS_ID_TOKEN_REQUEST_TOKEN"] = undefined;
}
Expand Down

0 comments on commit 6175acb

Please sign in to comment.