fix: fix build error

This commit is contained in:
Federico Grandi
2020-10-29 08:40:06 +01:00
parent 8cd8f9f071
commit 101829e6c0

View File

@@ -45,7 +45,9 @@ console.log(`Running in ${baseDir}`);
info('> Pulling from remote...')
await git
.fetch(undefined, log)
.pull(undefined, undefined, [getInput('pull_stategy')], log)
.pull(undefined, undefined, {
[getInput('pull_stategy')]: null
}, log)
info('> Re-staging files...')
if (getInput('add')) await add({ ignoreErrors: true })