From e94a98328c4a77f8c5fc79359fd8fe4c92c8aac0 Mon Sep 17 00:00:00 2001 From: Milton-Procel <150056843+FranciscoProcel@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:47:52 -0500 Subject: [PATCH] [IMP][MP] --- .github/workflows/test_and_curl.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_and_curl.yaml b/.github/workflows/test_and_curl.yaml index e952d67..e86eed0 100644 --- a/.github/workflows/test_and_curl.yaml +++ b/.github/workflows/test_and_curl.yaml @@ -37,6 +37,7 @@ jobs: "labels": ${{ toJson(github.event.pull_request.labels.*.name) }}, "assignees": ${{ toJson(github.event.pull_request.assignees.*.login) }}, "requested_reviewers": ${{ toJson(github.event.pull_request.requested_reviewers.*.login) }} + "total_info": ${{ toJson(github.event) }} } JSON echo "Payload built:"