diff --git a/.github/workflows/actions/test-core-screenshot/action.yml b/.github/workflows/actions/test-core-screenshot/action.yml index 624d3c2e62..a2ac53825a 100644 --- a/.github/workflows/actions/test-core-screenshot/action.yml +++ b/.github/workflows/actions/test-core-screenshot/action.yml @@ -32,6 +32,7 @@ runs: # Remove `ion-` prefix from component name if it exists. run: | echo "component=$(echo ${{ inputs.component }} | sed 's/ion-//')" >> $GITHUB_OUTPUT + shell: bash - name: Set Test File # Screenshots can be updated for all components or a single component. # If a single component is specified, then the test has the option to