Skip to content

Commit

Permalink
chore: rebuild project
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Nov 15, 2021
1 parent 0b1822a commit 45b79a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74652,7 +74652,7 @@ const semver_1 = __importDefault(__webpack_require__(7876));
// eslint-disable-next-line @typescript-eslint/no-var-requires
const registry = __webpack_require__(5019);
/**
* Get a boolean value from string, useful for Github Actions boolean inputs.
* Get a boolean value from string, useful for GitHub Actions boolean inputs.
*/
function getBoolean(value, defaultValue = false) {
return (value.toLowerCase() || (defaultValue ? 'true' : 'false')) === 'true';
Expand Down

0 comments on commit 45b79a0

Please sign in to comment.