fix: use correct variable for pr_body
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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 }}
|
||||
|
Reference in New Issue
Block a user