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'
|
# Default: '--no-rebase'
|
||||||
pull_strategy: '--no-rebase or --no-ff or --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)
|
# The arguments for the `git rm` command (see the paragraph below for more info)
|
||||||
# Default: ''
|
# Default: ''
|
||||||
remove: "./dir/old_file.js"
|
remove: "./dir/old_file.js"
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ inputs:
|
|||||||
required: false
|
required: false
|
||||||
default: '--no-rebase'
|
default: '--no-rebase'
|
||||||
push:
|
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
|
required: false
|
||||||
remove:
|
remove:
|
||||||
description: Arguments for the git rm command
|
description: Arguments for the git rm command
|
||||||
|
|||||||
Reference in New Issue
Block a user