Skip to content

Commit

Permalink
Fix tfstate for gitops
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Jul 26, 2024
1 parent c4e3408 commit bc5199e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ runs:
- name: Test
shell: bash
run: |
echo "${{ steps.component.outputs.settings }}"
echo "${{ fromJson(steps.component.outputs.settings).enabled }}"
- name: Set atmos cli base path vars
if: ${{ fromJson(steps.component.outputs.settings).enabled == 'true' }}
shell: bash
Expand Down

0 comments on commit bc5199e

Please sign in to comment.