Skip to content

Commit f8cf657

Browse files
committed
udpate instructions
1 parent 8d55df6 commit f8cf657

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/aws-service-sanity-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
done < utils/doc-links.txt
2727
2828
if [ $missing -ge 1 ]; then
29+
echo "Instructions:"
30+
echo " The above files are required for AWS services or documentations."
31+
echo " Restore missing files or update documentation before merge."
32+
echo " Refer to team wiki "AWS Service and Documentation Links" for details. "
2933
exit 1
3034
else
3135
echo "✅ All documentation-referenced files exist"

0 commit comments

Comments
 (0)