diff --git a/.github/workflows/automated-staging-test-submit.yml b/.github/workflows/automated-staging-test-submit.yml index d068273f4..8fddb8da0 100644 --- a/.github/workflows/automated-staging-test-submit.yml +++ b/.github/workflows/automated-staging-test-submit.yml @@ -56,9 +56,9 @@ jobs: --silent \ "$host/api/waters" | jq -r ".overallStatus") - echo ${response} + echo "Response to curl: ${response}" - if [ response != "Received" ]; then + if [ "$response" != "Received" ]; then failed_to_send+="${file}"$'\n' fi done