diff --git a/src/main.ts b/src/main.ts index fc8f4c0..8b83b83 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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 })