From 8ab8656b5c1458a2a41177ddaa8b5f1c44775b32 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Wed, 18 Mar 2026 09:59:38 +0100 Subject: [PATCH] fix: update pipelines [skip ci] --- .github/actions/clean_up/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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