Skip to content

Commit d423391

Browse files
committed
Fix default value for Action option
1 parent c730349 commit d423391

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ function makeOptionsConfident(
11881188
actionOptions.name,
11891189
],
11901190
binaryNamesDenyList:
1191-
actionOptions.binaryNamePrefixes ?? PROGRAM_NAME_CRASH_DENY_LIST,
1191+
actionOptions.binaryNamesDenyList ?? PROGRAM_NAME_CRASH_DENY_LIST,
11921192
};
11931193

11941194
actionsCore.debug("idslib options:");

0 commit comments

Comments
 (0)