Skip to content

Commit 5902dcc

Browse files
authored
Update cache path for Terraform in action.yml
1 parent f652a3d commit 5902dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ runs:
314314
if: ${{ fromJson(steps.atmos-settings.outputs.settings).github-actions-enabled || fromJson(steps.atmos-settings.outputs.settings).atmos-pro-enabled }}
315315
with:
316316
path: |
317-
${{steps.vars.outputs.component_cache_path}}/.terraform
317+
./${{ steps.vars.outputs.component_path }}/.terraform
318318
key: ${{ steps.vars.outputs.cache-key }}
319319

320320
- name: Atmos Terraform Plan

0 commit comments

Comments
 (0)