Puts new pr string on a new line

This commit is contained in:
Alex Corey 2022-08-22 12:05:43 -04:00 committed by GitHub
parent 2b4b8839d1
commit 8d08ac559d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,4 +23,4 @@ jobs:
PR: ${{github.event.pull_request}}
run: |
gh pr checkout ${{ env.BRANCH }}
gh pr edit --body "${{ env.PR }} Bug, Docs Fix or other nominal change"
gh pr edit --body "${{ env.PR }}\nBug, Docs Fix or other nominal change"