diff --git a/.github/workflows/update_dependabot_prs.yml b/.github/workflows/update_dependabot_prs.yml index a2a5b8b8a0..b2c9016719 100644 --- a/.github/workflows/update_dependabot_prs.yml +++ b/.github/workflows/update_dependabot_prs.yml @@ -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"