Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Feb 20, 2024
1 parent cdf4fc5 commit db7d64d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ function main() {
try {
const version = core.getInput('version', { required: false });
const build = core.getInput('build', { required: false });
core.output('version', version);
core.output('build', build);

execFileSync(
'bash',
Expand Down

0 comments on commit db7d64d

Please sign in to comment.