From deaeb9e825ba2d597b455208aac06df478e78269 Mon Sep 17 00:00:00 2001 From: Rupert Barrow <48629751+RupertBarrow@users.noreply.github.com> Date: Tue, 28 Mar 2023 14:23:45 +0200 Subject: [PATCH] Update action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index ab3ddd3..3089c2b 100644 --- a/action.yml +++ b/action.yml @@ -72,6 +72,7 @@ runs: shell: bash - name: Delete Scratch Org if: ${{ always() }} + shell: bash run: | is_sandbox=`cci org info --org buildpack_eu --json | jq .is_sandbox` if [ ! $is_sandbox ]; then