From e16cc557072dbc3cbf7ebc0e70bde83ef0632961 Mon Sep 17 00:00:00 2001 From: Kev Jimenez Date: Tue, 30 Jan 2024 07:33:27 +0000 Subject: [PATCH] test again --- .github/workflows/actions.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 52fddb5..77d3a06 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -20,10 +20,10 @@ jobs: - name: Create a tfvars file run: | - echo "cf_email=${{ secrets.CF_EMAIL }}" > my_variables.tfvars - echo "cf_api=${{ secrets.CF_API }}" >> my_variables.tfvars - echo "zonecf_id=${{ secrets.ZONECF_ID }}" >> my_variables.tfvars - echo "pub_key=${{ secrets.PUB_KEY }}" >> my_variables.tfvars + echo "cf_email=\"${{ secrets.CF_EMAIL }}\"" > my_variables.tfvars + echo "cf_api=\"${{ secrets.CF_API }}\"" >> my_variables.tfvars + echo "zonecf_id=\"${{ secrets.ZONECF_ID }}\"" >> my_variables.tfvars + echo "pub_key=\"${{ secrets.PUB_KEY }}\"" >> my_variables.tfvars # On push to "main", build or change infrastructure according to Terraform configuration files # Note: It is recommended to set up a required "strict" status check in your repository for "Terraform Cloud". See the documentation on "strict" required status checks for more information: https://help.github.com/en/github/administering-a-repository/types-of-required-status-checks