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 bc5199e commit 60b657f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ runs:
- name: Test
shell: bash
run: |
echo "${{ fromJson(steps.component.outputs.settings).enabled }}"
echo "${{ fromJson(steps.component.outputs.settings).enabled == 'true' }}"
- name: Set atmos cli base path vars
if: ${{ fromJson(steps.component.outputs.settings).enabled == 'true' }}
Expand Down

0 comments on commit 60b657f

Please sign in to comment.