Skip to content

Commit

Permalink
chore: update husky scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed May 16, 2024
1 parent 2a51c89 commit 96f11e8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .husky/pre-push

This file was deleted.

3 changes: 3 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32180,6 +32180,9 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.getInputParams = exports.getEnvVariables = void 0;
const core = __importStar(__nccwpck_require__(9093));
const ExtensionFilter_1 = __nccwpck_require__(1919);
/**
* Required input parameters
*/
const required = { required: true };
/**
* Get all environment variables
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/utils/VariableManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import * as core from "@actions/core";
import { BufferEncoding } from "@vercel/ncc/dist/ncc/loaders/typescript/lib/typescript";
import { ignoredDefault } from "./ExtensionFilter";

/**
* Required input parameters
*/
const required: { required: boolean } = { required: true };

/**
Expand Down

0 comments on commit 96f11e8

Please sign in to comment.