Skip to content

Commit 456cd44

Browse files
committed
env var.
Signed-off-by: alyssacgoins <[email protected]>
1 parent f223816 commit 456cd44

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
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Retrieve new components
2929
id: get-new-components
30-
run: "${{ env.COMPONENT_VALIDATION_PATH }}" "${{ github.event.pull_request.base.sha }}" "${{ github.event.pull_request.head.sha }}" validate_metadata
30+
run: ${{ env.COMPONENT_VALIDATION_PATH }} "${{ github.event.pull_request.base.sha }}" "${{ github.event.pull_request.head.sha }}" validate_metadata
3131

3232
- name: Validate new components
3333
if: ${{ steps.get-new-components.outputs.new_components_list != '' }}

0 commit comments

Comments
 (0)