We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1232a11 commit 7b7c19eCopy full SHA for 7b7c19e
action.yml
@@ -68,6 +68,10 @@ inputs:
68
description: Skip the call to git-checkout.
69
required: false
70
default: false
71
+ skip_push:
72
+ description: Skip the call to git-push.
73
+ required: false
74
+ default: false
75
disable_globbing:
76
description: Stop the shell from expanding filenames (https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html)
77
0 commit comments