We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027f0a4 commit f0e852eCopy full SHA for f0e852e
action.yml
@@ -278,7 +278,7 @@ runs:
278
id: restore_cache
279
name: restore_cache
280
with:
281
- path: $TF_PLUGIN_CACHE_DIR
+ path: ${{ env.TF_PLUGIN_CACHE_DIR }}
282
key: digger-cache
283
restore-keys: |
284
digger-cache
@@ -458,7 +458,7 @@ runs:
458
name: cache-save
459
if: ${{ always() && inputs.cache-dependencies == 'true' && steps.restore_cache.outputs.cache-hit != 'true' }}
460
461
462
key: digger-cache-${{ hashFiles('**/cache') }}
463
464
branding:
0 commit comments