mirror of
https://github.com/actions/github-script.git
synced 2025-12-08 16:16:21 +00:00
Whitespace
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user