We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5edc00 commit 3a3188aCopy full SHA for 3a3188a
.github/workflows/bundle-update.yml
@@ -53,7 +53,7 @@ jobs:
53
GH_TOKEN: ${{ github.token }}
54
run: |
55
gh pr create \
56
- --title "bundle update `/Gemfile`" \
+ --title 'bundle update (`/Gemfile`)' \
57
--body "Automated bundle update" \
58
--head "$(git rev-parse --abbrev-ref HEAD)" \
59
--base "${{ github.event.repository.default_branch }}"
0 commit comments