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:
42
42
# Default: '--no-rebase'
43
43
pull_strategy : ' --no-rebase or --no-ff or --rebase'
44
44
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
+
45
49
# The arguments for the `git rm` command (see the paragraph below for more info)
46
50
# Default: ''
47
51
remove : " ./dir/old_file.js"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ inputs:
27
27
required : false
28
28
default : ' --no-rebase'
29
29
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
31
31
required : false
32
32
remove :
33
33
description : Arguments for the git rm command
You can’t perform that action at this time.
0 commit comments