mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
attempted TF_DATA fix
This commit is contained in:
parent
84291524dc
commit
d5094f94f9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -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)] }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue