File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ runs:
309
309
NO_BACKEND : ${{ inputs.no-backend }}
310
310
DEBUG : ' true'
311
311
TF_PLUGIN_CACHE_DIR : ${{ github.workspace }}/cache
312
- TERRAGRUNT_PROVIDER_CACHE : " 0 "
312
+ TERRAGRUNT_PROVIDER_CACHE : ${{ inputs.cache-dependencies == 'true' && 1 || 0 }}
313
313
TERRAGRUNT_PROVIDER_CACHE_DIR : ${{ github.workspace }}/cache
314
314
run : |
315
315
cd $GITHUB_ACTION_PATH/cli
@@ -339,7 +339,7 @@ runs:
339
339
INPUT_DRIFT_DETECTION_SLACK_NOTIFICATION_URL : ${{ inputs.drift-detection-slack-notification-url }}
340
340
NO_BACKEND : ${{ inputs.no-backend }}
341
341
TF_PLUGIN_CACHE_DIR : ${{ github.workspace }}/cache
342
- TERRAGRUNT_PROVIDER_CACHE : " 0 "
342
+ TERRAGRUNT_PROVIDER_CACHE : ${{ inputs.cache-dependencies == 'true' && 1 || 0 }}
343
343
TERRAGRUNT_PROVIDER_CACHE_DIR : ${{ github.workspace }}/cache
344
344
id : digger
345
345
shell : bash
You can’t perform that action at this time.
0 commit comments