Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
hocgin committed Mar 19, 2024
2 parents 2e971c2 + 9d620de commit 3db1a34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ let getInput = () => ({
owner: core.getInput('owner', { required: false }),
repo: core.getInput('repo', { required: false }),
branch: core.getInput('branch', { required: false }),
token: core.getInput('token', { required: false }),
});
let handleOutput = (output = {}) => {
Object.keys(output).forEach((key) => core.setOutput(key, output[key]));
Expand Down

0 comments on commit 3db1a34

Please sign in to comment.