Skip to content

Commit

Permalink
Fix workflow formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldogsbody authored Mar 21, 2024
1 parent a4138f5 commit a6c0641
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/_update_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ jobs:
if: ${{ (inputs.deployment_environment == 'production') }}
run: |
./dockerize -template prod-eu-west/services/datafiles/_tesem.auto.tfvars.tmpl:prod-eu-west/services/datafiles/_tesem.auto.tfvars
# ./dockerize -template test/services/datafiles/_tesem.auto.tfvars.tmpl:test/services/datafiles/_tesem.auto.tfvars
git add prod-eu-west/services/datafiles/_tesem.auto.tfvars
# git add test/services/datafiles/_tesem.auto.tfvars
git commit -m "Adding tesem git variables for tag ${{ inputs.image_tag }}"
- name: Push changes
uses: ad-m/[email protected]
Expand Down

0 comments on commit a6c0641

Please sign in to comment.