Skip to content

Commit 62495bf

Browse files
committed
MY_CREATE_WAIT fix
1 parent 691c5b9 commit 62495bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ fi
208208
# Set maximal wait time (retries * 10 sec) for Hetzner Server creation (default: 360 [1 hour])
209209
# If INPUT_CREATE_WAIT is set, use its value; otherwise, use "360".
210210
MY_CREATE_WAIT=${INPUT_CREATE_WAIT:-360}
211-
if [[ ! "$MY_CREATE_RETRIES" =~ ^[0-9]+$ ]]; then
211+
if [[ ! "$MY_CREATE_WAIT" =~ ^[0-9]+$ ]]; then
212212
exit_with_failure "The maximum wait time (retries) for Hetzner Server creation must be an integer!"
213213
fi
214214

0 commit comments

Comments
 (0)