fix: fix build error
This commit is contained in:
@@ -45,7 +45,9 @@ console.log(`Running in ${baseDir}`);
|
|||||||
info('> Pulling from remote...')
|
info('> Pulling from remote...')
|
||||||
await git
|
await git
|
||||||
.fetch(undefined, log)
|
.fetch(undefined, log)
|
||||||
.pull(undefined, undefined, [getInput('pull_stategy')], log)
|
.pull(undefined, undefined, {
|
||||||
|
[getInput('pull_stategy')]: null
|
||||||
|
}, log)
|
||||||
|
|
||||||
info('> Re-staging files...')
|
info('> Re-staging files...')
|
||||||
if (getInput('add')) await add({ ignoreErrors: true })
|
if (getInput('add')) await add({ ignoreErrors: true })
|
||||||
|
|||||||
Reference in New Issue
Block a user