Skip to content

Commit 3a3188a

Browse files
committed
fix quote
1 parent c5edc00 commit 3a3188a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bundle-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
GH_TOKEN: ${{ github.token }}
5454
run: |
5555
gh pr create \
56-
--title "bundle update `/Gemfile`" \
56+
--title 'bundle update (`/Gemfile`)' \
5757
--body "Automated bundle update" \
5858
--head "$(git rev-parse --abbrev-ref HEAD)" \
5959
--base "${{ github.event.repository.default_branch }}"

0 commit comments

Comments
 (0)