diff --git a/.github/actions/clean_up/action.yaml b/.github/actions/clean_up/action.yaml index d8ee6a86..055ac769 100644 --- a/.github/actions/clean_up/action.yaml +++ b/.github/actions/clean_up/action.yaml @@ -128,7 +128,7 @@ runs: - name: List resources run: | set -e - echo "${{ steps.resource_lister.outputs.resources }} | jq -r " + echo "${{ steps.resource_lister.outputs.resources }}" | jq -r shell: bash - name: Delete SQL Server Flex resources