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 fb973ac commit 143e166Copy full SHA for 143e166
.github/workflows/alioss-check.yml
@@ -32,7 +32,8 @@ jobs:
32
33
# Check the diff for alioss
34
echo Check the diff for alioss
35
- echo "$DIFF" | grep -E '^\+.*(alioss)' | wc -l
+ ALIOSS=$(echo "$DIFF" | grep -E '^\+.*(alioss)' | wc -l)
36
+ 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