fix: use correct variable for pr_body

This commit is contained in:
losuler
2022-05-08 01:01:33 +10:00
parent d5a230de1c
commit a0930b23ed

View File

@ -27,4 +27,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_allow_empty: true
pr_title: "Add new release"
pr_body: ${{ env.update_status }}
pr_body: ${{ steps.update.outputs.STATUS }}