From fc23a1cc17ca3f25fc0490ce889e9ce580070864 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Fri, 26 Jul 2024 16:10:09 +0200 Subject: [PATCH] Fix tfstate for gitops --- action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/action.yml b/action.yml index b5cfc62f..a14e994c 100644 --- a/action.yml +++ b/action.yml @@ -125,11 +125,6 @@ runs: settingsPath: command outputPath: command - - name: Test - shell: bash - run: | - echo "${{ fromJson(steps.component.outputs.settings).component-path }}" - - name: Set atmos cli base path vars if: ${{ fromJson(steps.component.outputs.settings).enabled }} shell: bash