diff --git a/action.yml b/action.yml index bc1c656..41e2f6d 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 }}