We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc3442 commit e3fc294Copy full SHA for e3fc294
.github/workflows/smithy-diff.yml
@@ -22,7 +22,7 @@ jobs:
22
run:
23
# Checks to see if any of the customer facing Models are being updated.
24
# Doing this check allows us to catch things like, missing @javadoc trait documentation.
25
- echo "FILES=$(git diff --name-only origin/main origin/${GITHUB_HEAD_REF} AwsCryptographicMaterialProviders/dafny/**/Model/*.smithy | tr '\n' ' ')" >> "$GITHUB_OUTPUT"
+ echo "FILES=$(git diff --name-only origin/main origin/${GITHUB_HEAD_REF} DynamoDbEncryption/dafny/**/Model/*.smithy | tr '\n' ' ')" >> "$GITHUB_OUTPUT"
26
27
- name: Check if FILES is not empty
28
id: comment
0 commit comments