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 4f28a36 commit dd36b73Copy full SHA for dd36b73
.github/workflows/smithy-diff.yml
@@ -20,7 +20,7 @@ jobs:
20
id: file-changes
21
shell: bash
22
run:
23
- # Checks to see if any of the customer facing Models are being updated.
+ # Checks to see if any of the smithy Models are being updated.
24
# Doing this check allows us to catch things like, missing @javadoc trait documentation or bug in smithy dafny that has not be resolved.
25
echo "FILES=$(git diff --name-only origin/main origin/${GITHUB_HEAD_REF} | grep '\.smithy$' | tr '\n' ' ')" >> "$GITHUB_OUTPUT"
26
0 commit comments