Skip to content

Commit 334c925

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alioss-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Check the diff for alioss
3434
echo Check the diff for alioss
3535
ALIOSS=$(echo "$DIFF" | grep -E '^\+.*(alioss)' | wc -l)
36-
echo ALIOSS
36+
echo $ALIOSS
3737
echo "$DIFF" | grep -E '^\+.*(alioss)' > check.log
3838
if [ $(wc -l < check.log> -eq 0)]; then
3939
echo "No alioss found in changed content."

0 commit comments

Comments
 (0)