We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474083b commit 092655bCopy full SHA for 092655b
1 file changed
.github/scripts/dispatch_internal_repo_workflow.sh
@@ -285,6 +285,7 @@ echo "[INFO] Triggering workflow '$targetWorkflow' in nhs-notify-internal..."
285
echo "[DEBUG] Dispatch event payload: $DISPATCH_EVENT"
286
287
trigger_response=$(curl -s -L \
288
+ -w "\nHTTP_STATUS:%{http_code}" \
289
-X POST \
290
-H "Accept: application/vnd.github+json" \
291
-H "Authorization: Bearer ${PR_TRIGGER_PAT}" \
0 commit comments