Skip to content

Commit 6437e36

Browse files
code linted
1 parent 77ffd61 commit 6437e36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if [ "$REPO_PRIVATE" != "false" ]; then
3434
-d "$BODY" \
3535
"$API_URL" -o /dev/null) && CURL_EXIT_CODE=0 || CURL_EXIT_CODE=$?
3636

37-
if [ $CURL_EXIT_CODE -ne 0 ]; then
37+
if [ "$CURL_EXIT_CODE" -ne 0 ]; then
3838
echo "Timeout or API not reachable. Continuing to next step."
3939
elif [ "$RESPONSE" = "403" ]; then
4040
echo -e "::error::\033[1;31mThis action requires a StepSecurity subscription for private repositories.\033[0m"

0 commit comments

Comments
 (0)