Skip to content

Commit eb8523f

Browse files
committed
PR comments
1 parent 64d4db6 commit eb8523f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/terraform-deploy-feature-to-sandbox.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
environment: ${{ github.event.inputs.environment }}
3030

3131
steps:
32-
# Checkout the repository to the GitHub Actions runner
3332
- name: Checkout Base
3433
uses: actions/checkout@v4
3534
with:
@@ -94,7 +93,7 @@ jobs:
9493

9594
- name: Terraform Set Workspace
9695
id: workspace
97-
run: terraform workspace select -or-create ${{ github.event.inputs.sandboxWorkspace}}
96+
run: terraform workspace select ${{ github.event.inputs.sandboxWorkspace}}
9897
working-directory: ./infrastructure
9998
shell: bash
10099

0 commit comments

Comments
 (0)