Merge pull request #7 from HideyoshiNakazone/fixes-ci-cd-main

Fixes CI/CD
This commit is contained in:
2023-09-23 02:29:18 -03:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ jobs:
name: 'Terraform'
runs-on: ubuntu-latest
env:
TF_WORKSPACE: ${{github.ref == 'refs/heads/\"main\"' && 'prod' || 'staging'}}
TF_WORKSPACE: ${{github.ref == 'refs/heads/main' && 'prod' || 'staging'}}
# Use the Bash shell regardless whether the GitHub Actions runner is ubuntu-latest, macos-latest, or windows-latest
defaults: