Skip to content

Commit 45b79a0

Browse files
committed
chore: rebuild project
1 parent 0b1822a commit 45b79a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74652,7 +74652,7 @@ const semver_1 = __importDefault(__webpack_require__(7876));
7465274652
// eslint-disable-next-line @typescript-eslint/no-var-requires
7465374653
const registry = __webpack_require__(5019);
7465474654
/**
74655-
* Get a boolean value from string, useful for Github Actions boolean inputs.
74655+
* Get a boolean value from string, useful for GitHub Actions boolean inputs.
7465674656
*/
7465774657
function getBoolean(value, defaultValue = false) {
7465874658
return (value.toLowerCase() || (defaultValue ? 'true' : 'false')) === 'true';

0 commit comments

Comments
 (0)