@@ -66,9 +66,9 @@ Add a step like this to your workflow:
|
||||
# Default: ignore
|
||||
pathspec_error_handling: ignore
|
||||
|
||||
# Arguments for the git pull command. Use NO-PULL to avoid the action pulling at all.
|
||||
# Default: '--no-rebase'
|
||||
pull: 'NO-PULL or --rebase --autostash ...'
|
||||
# Arguments for the git pull command. By default, the action does not pull.
|
||||
# Default: ''
|
||||
pull: '--rebase --autostash ...'
|
||||
|
||||
# Whether to push the commit and, if any, its tags to the repo. It can also be used to set the git push arguments (see the paragraph below for more info)
|
||||
# Default: true
|
||||
|
||||
Reference in New Issue
Block a user