Skip to content

Commit 7cf2fc5

Browse files
Add skip_push input option (#401)
1 parent 257715c commit 7cf2fc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ The following is an extended example with all available options.
112112

113113
# Optional. Skip internal call to `git checkout`
114114
skip_checkout: true
115+
116+
# Optional. Skip internal call to `git push`
117+
skip_push: true
115118

116119
# Optional. Prevents the shell from expanding filenames.
117120
# Details: https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html

0 commit comments

Comments
 (0)