mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Whitespace
This commit is contained in:
parent
6b09a22cca
commit
eb0f407f1a
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ async function main(): Promise<void> {
|
||||||
if (requestOpts) opts.request = requestOpts
|
if (requestOpts) opts.request = requestOpts
|
||||||
|
|
||||||
const github = getOctokit(token, opts, retry)
|
const github = getOctokit(token, opts, retry)
|
||||||
|
|
||||||
const script = core.getInput('script', {required: true})
|
const script = core.getInput('script', {required: true})
|
||||||
|
|
||||||
// Using property/value shorthand on `require` (e.g. `{require}`) causes compilation errors.
|
// Using property/value shorthand on `require` (e.g. `{require}`) causes compilation errors.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue