Skip to content

Commit

Permalink
Puts new pr string on a new line
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSCorey authored Aug 22, 2022
1 parent 2b4b883 commit 8d08ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_dependabot_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 8d08ac5

Please sign in to comment.