diff --git a/.github/workflows/readyToReview.yml b/.github/workflows/readyToReview.yml index 1ac3ef7..30803fb 100644 --- a/.github/workflows/readyToReview.yml +++ b/.github/workflows/readyToReview.yml @@ -17,7 +17,7 @@ jobs: - name: Output CONTENT id: CONTENT run: | - echo "content=[{\"title\": \"${{ steps.PR.outputs.pr_title }}\", \"url\": \"${{ steps.PR.outputs.pr_url }}\",\"footer\": {\"text\": \"created at ${{steps.PR.outputs.pr_created_at }}\"}}]" >> $GITHUB_OUTPUT + echo "content=[{\"title\": \"${{ steps.PR.outputs.pr_title }}\", \"url\": \"${{ steps.PR.outputs.pr_url }}\", \"description\": \"${{ steps.PR.outputs.pr_body }}\", \"footer\": {\"text\": \"created at ${{steps.PR.outputs.pr_created_at }}\"}}]" >> $GITHUB_OUTPUT - name: Can Review PR env: