From 3a3188a7ea67846dcdc5dc9b21967ea586b959c2 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Thu, 17 Jul 2025 09:26:20 +0900 Subject: [PATCH] fix quote --- .github/workflows/bundle-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"