Skip to content

Commit dd36b73

Browse files
update comment
1 parent 4f28a36 commit dd36b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smithy-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: file-changes
2121
shell: bash
2222
run:
23-
# Checks to see if any of the customer facing Models are being updated.
23+
# Checks to see if any of the smithy Models are being updated.
2424
# Doing this check allows us to catch things like, missing @javadoc trait documentation or bug in smithy dafny that has not be resolved.
2525
echo "FILES=$(git diff --name-only origin/main origin/${GITHUB_HEAD_REF} | grep '\.smithy$' | tr '\n' ' ')" >> "$GITHUB_OUTPUT"
2626

0 commit comments

Comments
 (0)