Skip to content

Commit 138ffbe

Browse files
committed
Update validation workflow.
Signed-off-by: alyssacgoins <[email protected]>
1 parent eae09ea commit 138ffbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-component-metadata-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
for type in $COMPONENT_TYPES; do
6666
echo "COMPONENT_TYPE=$type"
6767
NEW_COMPONENTS+=$(git diff --name-only --diff-filter=A $COMMIT_RANGE -- "components" | \
68-
grep -E "^component/$type/[^/]+/$"
68+
grep -E "^$type/[^/]+/$"
6969
sed 's/^components\///' | \
7070
sort -u | \
7171
tr '\n' ',' | \

0 commit comments

Comments
 (0)