fix: Fix missing pull strategy for simple-git (#72)

Closes #71
This commit is contained in:
Jose Eduardo Kimura
2020-10-29 08:33:40 +01:00
committed by GitHub
parent 79fae44cb3
commit ecdc355d15
4 changed files with 10 additions and 2 deletions

View File

@@ -38,6 +38,10 @@ Add a step like this to your workflow:
# Default: 'Commit from GitHub Actions (name of the workflow)'
message: 'Your commit message'
# The flag used on the pull strategy
# Default: '--no-rebase'
pull_strategy: '--no-rebase or --no-ff or --rebase'
# The arguments for the `git rm` command (see the paragraph below for more info)
# Default: ''
remove: "./dir/old_file.js"