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 257715c commit 1232a11Copy full SHA for 1232a11
README.md
@@ -112,6 +112,9 @@ The following is an extended example with all available options.
112
113
# Optional. Skip internal call to `git checkout`
114
skip_checkout: true
115
+
116
+ # Optional. Skip internal call to `git push`
117
+ skip_push: true
118
119
# Optional. Prevents the shell from expanding filenames.
120
# Details: https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html
0 commit comments