From 4e0bc4121c7045455c29d00ff00bd03425c772c3 Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Fri, 21 Jul 2023 11:24:28 -0700 Subject: [PATCH] refactor(ga-screenshots): add missing shell --- .github/workflows/actions/test-core-screenshot/action.yml | 1 + 1 file changed, 1 insertion(+) 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