We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691c5b9 commit 62495bfCopy full SHA for 62495bf
action.sh
@@ -208,7 +208,7 @@ fi
208
# Set maximal wait time (retries * 10 sec) for Hetzner Server creation (default: 360 [1 hour])
209
# If INPUT_CREATE_WAIT is set, use its value; otherwise, use "360".
210
MY_CREATE_WAIT=${INPUT_CREATE_WAIT:-360}
211
-if [[ ! "$MY_CREATE_RETRIES" =~ ^[0-9]+$ ]]; then
+if [[ ! "$MY_CREATE_WAIT" =~ ^[0-9]+$ ]]; then
212
exit_with_failure "The maximum wait time (retries) for Hetzner Server creation must be an integer!"
213
fi
214
0 commit comments