chore: fix merged PR action, incorrect order on payload (#7554)

This commit is contained in:
César Arroba
2025-04-21 12:03:14 +02:00
committed by GitHub
parent 08f6d4b69b
commit 734fa5a4e6
+1 -1
View File
@@ -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) }}
}'