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 d948e8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26604,8 +26604,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
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 d948e8d

Please sign in to comment.