Skip to content

Commit

Permalink
wip: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 5, 2024
1 parent ce39823 commit dd76d54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion forge/actions/run/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion forge/actions/run/dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion forge/actions/run/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const exec = require("@actions/exec");

async function run() {
try {
const artifact = core.getBooleanInput("artifact", { required: false });
const artifact = core.getInput("artifact", { required: false });
const local = core.getBooleanInput("local", { required: false });
const path = core.getInput("path", { required: true });

Expand Down

0 comments on commit dd76d54

Please sign in to comment.