lint: make the linter happy
This commit is contained in:
parent
b37d4de55a
commit
7b918084f2
|
@ -48,7 +48,6 @@ const run = async () => {
|
|||
|
||||
const runExec = str => process.stdout.write(execSync(str))
|
||||
|
||||
|
||||
/* configure git */
|
||||
const { GITHUB_ACTOR, GITHUB_TOKEN, GITHUB_REPOSITORY } = process.env
|
||||
const remote = `https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git`
|
||||
|
|
Loading…
Reference in New Issue