From c69ec35f30f9a9f5a804195a85860e60c2332c85 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Thu, 21 Dec 2023 21:46:15 +0100 Subject: [PATCH] Added test for non existing stack --- action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/action.yml b/action.yml index 71d2a3d..fe2f8fb 100644 --- a/action.yml +++ b/action.yml @@ -24,8 +24,6 @@ runs: - id: settings shell: bash run: | - set -e - OUTPUT_FILE="$(tr / _ <<<${{ inputs.stack }}-${{ inputs.component }}.json)" # Extract the settings value from the component's stack configuration