We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ffd61 commit 6437e36Copy full SHA for 6437e36
1 file changed
entrypoint.sh
@@ -34,7 +34,7 @@ if [ "$REPO_PRIVATE" != "false" ]; then
34
-d "$BODY" \
35
"$API_URL" -o /dev/null) && CURL_EXIT_CODE=0 || CURL_EXIT_CODE=$?
36
37
- if [ $CURL_EXIT_CODE -ne 0 ]; then
+ if [ "$CURL_EXIT_CODE" -ne 0 ]; then
38
echo "Timeout or API not reachable. Continuing to next step."
39
elif [ "$RESPONSE" = "403" ]; then
40
echo -e "::error::\033[1;31mThis action requires a StepSecurity subscription for private repositories.\033[0m"
0 commit comments