Update .github/workflows/webhook-caller.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7e60fcdbb8
commit
4e89c1fab0
2
.github/workflows/webhook-caller.yml
vendored
2
.github/workflows/webhook-caller.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
echo "Webhook call failed for URL '$url' at index $idx" >&2
|
echo "Webhook call failed for URL '$url' at index $idx" >&2
|
||||||
fi
|
fi
|
||||||
else
|
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
|
fi
|
||||||
idx=$((idx+1))
|
idx=$((idx+1))
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user