File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ function create-auto-tfvars() {
416416 if [[ -n " ${INPUT_VARIABLES:- } " ]]; then
417417 debug_log " Creating autoloading tfvars file for the variables input: zzzz-dflook-terraform-github-actions-$AUTO_TFVARS_COUNTER .auto.tfvars"
418418 echo " $INPUT_VARIABLES " > " $STEP_TMP_DIR /zzzz-dflook-terraform-github-actions-$AUTO_TFVARS_COUNTER .auto.tfvars"
419- ln -s " $STEP_TMP_DIR /zzzz-dflook-terraform-github-actions-$AUTO_TFVARS_COUNTER .auto.tfvars" " $INPUT_PATH /zzzz-dflook-terraform-github-actions-$AUTO_TFVARS_COUNTER .auto.tfvars"
419+ cp " $STEP_TMP_DIR /zzzz-dflook-terraform-github-actions-$AUTO_TFVARS_COUNTER .auto.tfvars" " $INPUT_PATH /zzzz-dflook-terraform-github-actions-$AUTO_TFVARS_COUNTER .auto.tfvars"
420420 fi
421421}
422422
You can’t perform that action at this time.
0 commit comments