docs(push): update docs for the push parameter
This commit is contained in:
@@ -42,6 +42,10 @@ Add a step like this to your workflow:
|
||||
# Default: '--no-rebase'
|
||||
pull_strategy: '--no-rebase or --no-ff or --rebase'
|
||||
|
||||
# Whether to push the commit and, if any, its tags to the repo (only `true` and `false` are accepted)
|
||||
# Default: true
|
||||
push: false
|
||||
|
||||
# The arguments for the `git rm` command (see the paragraph below for more info)
|
||||
# Default: ''
|
||||
remove: "./dir/old_file.js"
|
||||
|
||||
@@ -27,7 +27,7 @@ inputs:
|
||||
required: false
|
||||
default: '--no-rebase'
|
||||
push:
|
||||
description: Whether to push the commit to the repo
|
||||
description: Whether to push the commit and, if any, its tags to the repo
|
||||
required: false
|
||||
remove:
|
||||
description: Arguments for the git rm command
|
||||
|
||||
Reference in New Issue
Block a user