committed by
GitHub
parent
79fae44cb3
commit
ecdc355d15
@@ -45,7 +45,7 @@ console.log(`Running in ${baseDir}`);
|
||||
info('> Pulling from remote...')
|
||||
await git
|
||||
.fetch(undefined, log)
|
||||
.pull(undefined, undefined, undefined, log)
|
||||
.pull(undefined, undefined, [getInput('pull_stategy')], log)
|
||||
|
||||
info('> Re-staging files...')
|
||||
if (getInput('add')) await add({ ignoreErrors: true })
|
||||
|
||||
Reference in New Issue
Block a user