Skip to content

Commit

Permalink
add more echo
Browse files Browse the repository at this point in the history
  • Loading branch information
pluckyswan committed Jan 10, 2025
1 parent b4fb22d commit 36a56b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated-staging-test-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36a56b1

Please sign in to comment.