Skip to content

Commit c5edc00

Browse files
committed
Print diff result
1 parent 76c3b6b commit c5edc00

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
@@ -35,7 +35,7 @@ jobs:
3535
bundle lock --update
3636
git add Gemfile.lock
3737
38-
if git diff --cached --quiet; then
38+
if git diff --cached --exit-code; then
3939
echo "No changes to commit, exiting."
4040
exit 0
4141
fi

0 commit comments

Comments
 (0)