Skip to content

Commit 143e166

Browse files
authored
Update alioss-check.yml
1 parent fb973ac commit 143e166

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/alioss-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
3333
# Check the diff for alioss
3434
echo Check the diff for alioss
35-
echo "$DIFF" | grep -E '^\+.*(alioss)' | wc -l
35+
ALIOSS=$(echo "$DIFF" | grep -E '^\+.*(alioss)' | wc -l)
36+
echo ALIOSS
3637
echo "$DIFF" | grep -E '^\+.*(alioss)' > check.log
3738
if [ $(wc -l < check.log> -eq 0)]; then
3839
echo "No alioss found in changed content."

0 commit comments

Comments
 (0)