Skip to content

Commit c0c96ad

Browse files
committed
docs(push): update docs for the push parameter
1 parent b369695 commit c0c96ad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Add a step like this to your workflow:
4242
# Default: '--no-rebase'
4343
pull_strategy: '--no-rebase or --no-ff or --rebase'
4444

45+
# Whether to push the commit and, if any, its tags to the repo (only `true` and `false` are accepted)
46+
# Default: true
47+
push: false
48+
4549
# The arguments for the `git rm` command (see the paragraph below for more info)
4650
# Default: ''
4751
remove: "./dir/old_file.js"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ inputs:
2727
required: false
2828
default: '--no-rebase'
2929
push:
30-
description: Whether to push the commit to the repo
30+
description: Whether to push the commit and, if any, its tags to the repo
3131
required: false
3232
remove:
3333
description: Arguments for the git rm command

0 commit comments

Comments
 (0)