Skip to content

Commit

Permalink
fix: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
shejri committed Sep 18, 2024
1 parent 8d8cf68 commit f65ba61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
options:
- terraform
- terraform-init
default: 'terraform'
default: terraform
workspace:
type: choice
description: Terraform workspace used for staging
Expand All @@ -22,7 +22,7 @@ on:
- dev
- qa
- prod
default: 'dev'
default: dev

jobs:
terraform:
Expand Down

0 comments on commit f65ba61

Please sign in to comment.