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 f8bcaf2 commit 76c3b6bCopy full SHA for 76c3b6b
.github/workflows/bundle-update.yml
@@ -56,4 +56,4 @@ jobs:
56
--title "bundle update `/Gemfile`" \
57
--body "Automated bundle update" \
58
--head "$(git rev-parse --abbrev-ref HEAD)" \
59
- --base "main"
+ --base "${{ github.event.repository.default_branch }}"
0 commit comments