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 f215730 commit 117ecc8Copy full SHA for 117ecc8
.github/workflows/terraform_provider_main.yml
@@ -70,7 +70,7 @@ jobs:
70
path: terraform-providers-schema
71
key: ${{ runner.os }}-terraform-providers-schema-${{ hashFiles('go.sum') }}-${{ hashFiles('provider/**') }}
72
- if: steps.cache-terraform-providers-schema.outputs.cache-hit != 'true' || steps.cache-terraform-providers-schema.outcome == 'failure'
73
- - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
74
timeout-minutes: 2
75
with:
76
path: terraform-plugin-dir
0 commit comments