diff --git a/.github/workflows/bundle-update.yml b/.github/workflows/bundle-update.yml index add348bd53..b88f9a3975 100644 --- a/.github/workflows/bundle-update.yml +++ b/.github/workflows/bundle-update.yml @@ -53,7 +53,7 @@ jobs: GH_TOKEN: ${{ github.token }} run: | gh pr create \ - --title "bundle update `/Gemfile`" \ + --title 'bundle update (`/Gemfile`)' \ --body "Automated bundle update" \ --head "$(git rev-parse --abbrev-ref HEAD)" \ --base "${{ github.event.repository.default_branch }}"