From 13a17a184da12ed0a7d476d80ac5fbe1221cf8c3 Mon Sep 17 00:00:00 2001 From: ih8js-git <141177946+ih8js-git@users.noreply.github.com> Date: Thu, 16 Jul 2026 15:38:27 -0500 Subject: [PATCH] fix: pr-alert.yml (again)*3 --- .github/workflows/pr-alert.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-alert.yml b/.github/workflows/pr-alert.yml index 48ed27a..2ba4242 100644 --- a/.github/workflows/pr-alert.yml +++ b/.github/workflows/pr-alert.yml @@ -21,7 +21,7 @@ jobs: # Safely construct JSON payload MSG="New PR opened: $PR_TITLE"$'\n'"$PR_URL" - PAYLOAD=$(jq -n --rawinput --arg content "$MSG" '{content: $content}') + PAYLOAD=$(jq -n --raw-input --arg content "$MSG" '{content: $content}') curl -X POST -H "Content-Type: application/json" \ -d "$PAYLOAD" \