We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143e166 commit 334c925Copy full SHA for 334c925
.github/workflows/alioss-check.yml
@@ -33,7 +33,7 @@ jobs:
33
# Check the diff for alioss
34
echo Check the diff for alioss
35
ALIOSS=$(echo "$DIFF" | grep -E '^\+.*(alioss)' | wc -l)
36
- echo ALIOSS
+ echo $ALIOSS
37
echo "$DIFF" | grep -E '^\+.*(alioss)' > check.log
38
if [ $(wc -l < check.log> -eq 0)]; then
39
echo "No alioss found in changed content."
0 commit comments