Skip to content

Commit 3514153

Browse files
committed
Adding errors to step summary
1 parent 26f2831 commit 3514153

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/overview-complete.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
if grep -qF "$file" "$README"; then
4444
echo "✔ Found: $file"
4545
else
46-
echo "::error ✘ Missing: $file"
46+
echo "✘ Missing: $file"
47+
echo "✘ Missing: $file" >> $GITHUB_STEP_SUMMARY
4748
missing=$((missing + 1))
4849
fi
4950
done

0 commit comments

Comments
 (0)