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 f223816 commit 456cd44Copy full SHA for 456cd44
.github/workflows/validate-component-metadata-schema.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Retrieve new components
29
id: get-new-components
30
- run: "${{ env.COMPONENT_VALIDATION_PATH }}" "${{ github.event.pull_request.base.sha }}" "${{ github.event.pull_request.head.sha }}" validate_metadata
+ run: ${{ env.COMPONENT_VALIDATION_PATH }} "${{ github.event.pull_request.base.sha }}" "${{ github.event.pull_request.head.sha }}" validate_metadata
31
32
- name: Validate new components
33
if: ${{ steps.get-new-components.outputs.new_components_list != '' }}
0 commit comments