From 57ff41db3ef495df8a7ad3162ab26126f9549049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Arroba?= <19954079+cesararroba@users.noreply.github.com> Date: Mon, 21 Apr 2025 12:03:14 +0200 Subject: [PATCH] chore: fix merged PR action, incorrect order on payload (#7554) --- .github/workflows/pull-request-merged.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-merged.yml b/.github/workflows/pull-request-merged.yml index 366f646c5e..9d493099cb 100644 --- a/.github/workflows/pull-request-merged.yml +++ b/.github/workflows/pull-request-merged.yml @@ -29,6 +29,6 @@ jobs: "PROWLER_COMMIT_SHA": "${{ github.sha }}", "PROWLER_COMMIT_SHORT_SHA": "${{ env.SHORT_SHA }}", "PROWLER_PR_TITLE": "${{ github.event.pull_request.title }}", - "PROWLER_PR_BODY": ${{ toJson(github.event.pull_request.body) }} "PROWLER_PR_LABELS": ${{ github.event.pull_request.labels }}, + "PROWLER_PR_BODY": ${{ toJson(github.event.pull_request.body) }} }'