Skip to content

Commit b65198a

Browse files
fix: apply code build script
1 parent f91ff67 commit b65198a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dist/entrypoint.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ _tag_commit() {
191191
}
192192
193193
_push_to_github() {
194+
if "$INPUT_SKIP_PUSH"; then
195+
_log "debug" "git-push will not be executed.";
196+
return
197+
fi
194198
195199
echo "INPUT_BRANCH value: $INPUT_BRANCH";
196200

0 commit comments

Comments
 (0)