mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03:30
Puts new pr string on a new line
This commit is contained in:
2
.github/workflows/update_dependabot_prs.yml
vendored
2
.github/workflows/update_dependabot_prs.yml
vendored
@@ -23,4 +23,4 @@ jobs:
|
|||||||
PR: ${{github.event.pull_request}}
|
PR: ${{github.event.pull_request}}
|
||||||
run: |
|
run: |
|
||||||
gh pr checkout ${{ env.BRANCH }}
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user