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 76c3b6b commit c5edc00Copy full SHA for c5edc00
.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
0 commit comments