From 4e89c1fab0f85b11b40ad0ecea3d8b7639b2cf9b Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Fri, 11 Jul 2025 11:51:00 +1000 Subject: [PATCH] Update .github/workflows/webhook-caller.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/webhook-caller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webhook-caller.yml b/.github/workflows/webhook-caller.yml index 5ba7468..6d97f3f 100644 --- a/.github/workflows/webhook-caller.yml +++ b/.github/workflows/webhook-caller.yml @@ -35,7 +35,7 @@ jobs: echo "Webhook call failed for URL '$url' at index $idx" >&2 fi else - echo "Skipping invalid webhook URL (must start with https://): failed on url at index $idx" >&2 + echo "Skipping invalid webhook URL (must start with https://): '$url' at index $idx" >&2 fi idx=$((idx+1)) done