attempted TF_DATA fix

This commit is contained in:
41666 2020-12-06 21:39:38 -05:00
parent 84291524dc
commit d5094f94f9

View file

@ -123,7 +123,7 @@ jobs:
- name: Write TF_DATA_${{github.event.inputs.environment}} to actions.tfvars.auto.json - name: Write TF_DATA_${{github.event.inputs.environment}} to actions.tfvars.auto.json
run: | run: |
sh -c 'echo \'$TF_DATA\' > actions.tfvars.auto.json' echo $TF_DATA > actions.tfvars.auto.json
env: env:
TF_DATA: ${{ secrets[format('TF_DATA_{0}', github.event.inputs.environment)] }} TF_DATA: ${{ secrets[format('TF_DATA_{0}', github.event.inputs.environment)] }}