/{action.yml, src/}: fix typo (#83)

This commit is contained in:
Dustin Brown
2020-11-07 04:50:19 -08:00
committed by GitHub
parent 1181181b70
commit a7661122af
4 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ console.log(`Running in ${baseDir}`);
await git
.fetch(undefined, log)
.pull(undefined, undefined, {
[getInput('pull_stategy')]: null
[getInput('pull_strategy')]: null
}, log)
info('> Re-staging files...')