Skip to content

Commit

Permalink
Rebuild package after fix (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanSparker authored Aug 5, 2024
1 parent fd927cf commit 4375a84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87338,7 +87338,7 @@ async function run() {
const access = core.getInput('access');
const path = core.getInput('path');
const octokit = github.getOctokit(github_token);
const pathToPackage = `${path ?? '.'}/package.json`;
const pathToPackage = `${path || '.'}/package.json`;

const pkg = await fse.readJSON(pathToPackage);
if (!pkg) {
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 4375a84

Please sign in to comment.