We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd8f9f commit 101829eCopy full SHA for 101829e
src/main.ts
@@ -45,7 +45,9 @@ console.log(`Running in ${baseDir}`);
45
info('> Pulling from remote...')
46
await git
47
.fetch(undefined, log)
48
- .pull(undefined, undefined, [getInput('pull_stategy')], log)
+ .pull(undefined, undefined, {
49
+ [getInput('pull_stategy')]: null
50
+ }, log)
51
52
info('> Re-staging files...')
53
if (getInput('add')) await add({ ignoreErrors: true })
0 commit comments