From 8a88a0655014ac2de59a2d4880810b9ec260d23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?xgroleau=F0=9F=90=A2?= Date: Tue, 28 Mar 2023 16:50:27 -0400 Subject: [PATCH] fix: pr message fix --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ac33d3b..3fb7c1a 100644 --- a/action.yml +++ b/action.yml @@ -199,4 +199,4 @@ runs: assignees: ${{ inputs.pr-assignees }} labels: ${{ inputs.pr-labels }} reviewers: ${{ inputs.pr-reviewers }} - body: ${{ steps.pr_body.outputs.contents }} + body: ${{ steps.pr_body.outputs.content }}