We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f652a3d commit 5902dccCopy full SHA for 5902dcc
action.yml
@@ -314,7 +314,7 @@ runs:
314
if: ${{ fromJson(steps.atmos-settings.outputs.settings).github-actions-enabled || fromJson(steps.atmos-settings.outputs.settings).atmos-pro-enabled }}
315
with:
316
path: |
317
- ${{steps.vars.outputs.component_cache_path}}/.terraform
+ ./${{ steps.vars.outputs.component_path }}/.terraform
318
key: ${{ steps.vars.outputs.cache-key }}
319
320
- name: Atmos Terraform Plan
0 commit comments