/{action.yml, src/}: fix typo (#83)
This commit is contained in:
@@ -22,7 +22,7 @@ inputs:
|
|||||||
message:
|
message:
|
||||||
description: The message for the commit
|
description: The message for the commit
|
||||||
required: false
|
required: false
|
||||||
pull_stategy:
|
pull_strategy:
|
||||||
description: The flag used on the pull strategy
|
description: The flag used on the pull strategy
|
||||||
required: false
|
required: false
|
||||||
default: '--no-rebase'
|
default: '--no-rebase'
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,3 +1,3 @@
|
|||||||
// WARNING: this file is auto-generated by scripts/inputs.ts (npm run inputs), any manual edit will be overwritten.
|
// WARNING: this file is auto-generated by scripts/inputs.ts (npm run inputs), any manual edit will be overwritten.
|
||||||
|
|
||||||
export type Input = 'add' | 'author_name' | 'author_email' | 'branch' | 'cwd' | 'message' | 'pull_stategy' | 'remove' | 'signoff' | 'tag'
|
export type Input = 'add' | 'author_name' | 'author_email' | 'branch' | 'cwd' | 'message' | 'pull_strategy' | 'remove' | 'signoff' | 'tag'
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ console.log(`Running in ${baseDir}`);
|
|||||||
await git
|
await git
|
||||||
.fetch(undefined, log)
|
.fetch(undefined, log)
|
||||||
.pull(undefined, undefined, {
|
.pull(undefined, undefined, {
|
||||||
[getInput('pull_stategy')]: null
|
[getInput('pull_strategy')]: null
|
||||||
}, log)
|
}, log)
|
||||||
|
|
||||||
info('> Re-staging files...')
|
info('> Re-staging files...')
|
||||||
|
|||||||
Reference in New Issue
Block a user