Skip to content

Commit 8c9e046

Browse files
authored
Update alioss-check.yml
1 parent e00b632 commit 8c9e046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/alioss-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
echo "No changes detected."
3131
exit 0
3232
fi
33-
33+
3434
# Check the diff for alioss
35+
echo Check the diff for alioss
3536
echo "$DIFF" | grep 'alioss' > check.log
36-
cat check.log
3737
if [ $(wc -l < check.log> -eq 0)]; then
3838
echo "No alioss found in changed content."
3939
else

0 commit comments

Comments
 (0)