Skip to content

Commit c97e50c

Browse files
committed
wrap in quotes?
1 parent f1b46e8 commit c97e50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
-H "X-Auth-Token: $SCW_SECRET_KEY" \
158158
"https://api.scaleway.com/functions/v1beta1/regions/${{ env.SCW_REGION }}/functions/$SCW_FUNCTION_ID" | jq .status)
159159
echo $FUNCTION_STATUS
160-
if [[ "$FUNCTION_STATUS" == "ready" ]]; then
160+
if [[ "$FUNCTION_STATUS" == '"ready"' ]]; then
161161
echo "Function has "ready" status and seems to be deployed successfully."
162162
exit 0
163163
fi

0 commit comments

Comments
 (0)