Skip to content

Commit 4097d3e

Browse files
committed
fix: condition escape issue
1 parent aee154c commit 4097d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ opt_builder() {
8080
fi
8181
}
8282

83-
if [ -n $INPUT_SSH_PRIVATE_KEY ]
83+
if [ -n "$INPUT_SSH_PRIVATE_KEY" ]
8484
then
8585
add_ssh_key
8686
start_up_ssh_agent

0 commit comments

Comments
 (0)