Skip to content

Commit

Permalink
Update alioss-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CritasWang authored Feb 14, 2025
1 parent fb973ac commit 143e166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/alioss-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
# Check the diff for alioss
echo Check the diff for alioss
echo "$DIFF" | grep -E '^\+.*(alioss)' | wc -l
ALIOSS=$(echo "$DIFF" | grep -E '^\+.*(alioss)' | wc -l)
echo ALIOSS
echo "$DIFF" | grep -E '^\+.*(alioss)' > check.log
if [ $(wc -l < check.log> -eq 0)]; then
echo "No alioss found in changed content."
Expand Down

0 comments on commit 143e166

Please sign in to comment.