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 8d55df6 commit f8cf657Copy full SHA for f8cf657
.github/workflows/aws-service-sanity-check.yml
@@ -26,6 +26,10 @@ jobs:
26
done < utils/doc-links.txt
27
28
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. "
33
exit 1
34
else
35
echo "✅ All documentation-referenced files exist"
0 commit comments