Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
luketomlinson committed Sep 23, 2022
1 parent 6b09a22 commit eb0f407
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ async function main(): Promise<void> {
if (requestOpts) opts.request = requestOpts

const github = getOctokit(token, opts, retry)

const script = core.getInput('script', {required: true})

// Using property/value shorthand on `require` (e.g. `{require}`) causes compilation errors.
Expand Down

0 comments on commit eb0f407

Please sign in to comment.