Skip to content

Commit 617fec0

Browse files
Add skip_push input option (#401)
1 parent 7cf2fc5 commit 617fec0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ inputs:
6868
description: Skip the call to git-checkout.
6969
required: false
7070
default: false
71+
skip_push:
72+
description: Skip the call to git-push.
73+
required: false
74+
default: false
7175
disable_globbing:
7276
description: Stop the shell from expanding filenames (https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html)
7377
default: false

0 commit comments

Comments
 (0)