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 f8cf657 commit 33b778bCopy full SHA for 33b778b
.github/workflows/aws-service-sanity-check.yml
@@ -15,7 +15,7 @@ jobs:
15
# check if the files exists in the repository. The file list is in utils/doc-links.txt.
16
run: |
17
missing=0
18
- while read -r file; do
+ while read -r file || [ -n "$file" ]; do
19
if [ ! -f "$file" ]; then
20
if [ $missing -eq 0 ]; then
21
echo "❌ Missing files referenced in AWS documentation:"
0 commit comments