diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 6b71d7a..1751bfe 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -48,9 +48,10 @@ jobs: printf "%s\n" "$NOTIFY_CURLS" | while read -r line; do if [ -n "$line" ]; then if [[ "$line" =~ ^[0-9] ]]; then - echo "Pausing for $line ms...." + echo "Pausing for $line ms....." sleep "$(awk "BEGIN {print $line/1000}")" || true elif [[ "$line" == curl* ]]; then + echo "Response:" eval "$line -w \"\\nHTTP Status: %{http_code}\\n\"" || true else eval "$line" || true