From 31d0f946dd95dad2957af47c9e179af682189c52 Mon Sep 17 00:00:00 2001 From: Andy Augustin Date: Tue, 5 Mar 2024 19:42:06 +0100 Subject: [PATCH] fix: :bug: --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index bc1c656f..41e2f6d4 100644 --- a/action.yml +++ b/action.yml @@ -67,6 +67,7 @@ runs: SSH_PRIVATE_KEY_SRC: ${{ inputs.source_repo_ssh_private_key }} PR_BRANCH_NAME_PREFIX: ${{ inputs.pr_branch_name_prefix }} PR_TITLE: ${{ inputs.pr_title }} + PR_BODY: ${{ inputs.pr_body }} PR_LABELS: ${{ inputs.pr_labels }} PR_REVIEWERS: ${{ inputs.pr_reviewers }} PR_COMMIT_MSG: ${{ inputs.pr_commit_msg }}