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.
2 parents 97c312e + c5edc00 commit 15ce0ebCopy full SHA for 15ce0eb
.github/workflows/bundle-update.yml
@@ -35,7 +35,7 @@ jobs:
35
bundle lock --update
36
git add Gemfile.lock
37
38
- if git diff --cached --quiet; then
+ if git diff --cached --exit-code; then
39
echo "No changes to commit, exiting."
40
exit 0
41
fi
@@ -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