mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-08 23:12:23 +00:00
Better diff display
This commit is contained in:
parent
a03a49294a
commit
d9bc425e1a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/assets.yml
vendored
2
.github/workflows/assets.yml
vendored
|
@ -37,6 +37,6 @@ jobs:
|
||||||
if [ "$GITDIFF" == "" ]; then
|
if [ "$GITDIFF" == "" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
echo $GITDIFF
|
git diff
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue