We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d4db6 commit eb8523fCopy full SHA for eb8523f
.github/workflows/terraform-deploy-feature-to-sandbox.yml
@@ -29,7 +29,6 @@ jobs:
29
environment: ${{ github.event.inputs.environment }}
30
31
steps:
32
- # Checkout the repository to the GitHub Actions runner
33
- name: Checkout Base
34
uses: actions/checkout@v4
35
with:
@@ -94,7 +93,7 @@ jobs:
94
93
95
- name: Terraform Set Workspace
96
id: workspace
97
- run: terraform workspace select -or-create ${{ github.event.inputs.sandboxWorkspace}}
+ run: terraform workspace select ${{ github.event.inputs.sandboxWorkspace}}
98
working-directory: ./infrastructure
99
shell: bash
100
0 commit comments