File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments