Skip to content

Commit

Permalink
fix if statement syntax
Browse files Browse the repository at this point in the history
Co-authored-by: saquino0827 <[email protected]>
Co-authored-by: Sylvie <[email protected]>
  • Loading branch information
3 people committed Jan 10, 2025
1 parent 7040fe1 commit 10cfe66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-staging-test-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
"$host/api/waters" | jq -r ".overallStatus")
if [ response != "Received" ]; then
failed_to_send+="${file}\n"
failed_to_send+="${file}"$'\n'
fi
done
Expand Down

0 comments on commit 10cfe66

Please sign in to comment.