Skip to content

Commit 899214f

Browse files
committed
ci: fix action lint with runner
1 parent ca0cb29 commit 899214f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ permissions:
1212

1313
env:
1414
TF_IN_AUTOMATION: true
15-
TF_PLUGIN_CACHE_DIR: ${{ runner.temp }}/.terraform.d/plugin-cache
16-
TFLINT_PLUGIN_DIR: ${{ runner.temp }}/.tflint.d/plugins
1715

1816
jobs:
1917
lint:
@@ -35,7 +33,7 @@ jobs:
3533
- name: cache tf plugins
3634
uses: actions/cache@v4
3735
with:
38-
path: ${{ env.TF_PLUGIN_CACHE_DIR }}
36+
path: ${{ runner.temp }}/.terraform.d/plugin-cache
3937
key: tf-plugins-${{ runner.os }}-${{ hashFiles('**/.terraform.lock.hcl') }}
4038

4139
- name: initialize terraform

0 commit comments

Comments
 (0)