Skip to content

Commit 46ce838

Browse files
committed
output branch name
1 parent ed278e7 commit 46ce838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
run: |
2828
if ! git diff --quiet index.css; then
2929
echo "The index.css has changes after running the build command. Please commit those changes."
30-
git diff index.css
30+
git branch
3131
exit 1
3232
fi

0 commit comments

Comments
 (0)