We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f2831 commit 3514153Copy full SHA for 3514153
1 file changed
.github/workflows/overview-complete.yml
@@ -43,7 +43,8 @@ jobs:
43
if grep -qF "$file" "$README"; then
44
echo "✔ Found: $file"
45
else
46
- echo "::error ✘ Missing: $file"
+ echo "✘ Missing: $file"
47
+ echo "✘ Missing: $file" >> $GITHUB_STEP_SUMMARY
48
missing=$((missing + 1))
49
fi
50
done
0 commit comments