Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzo12 committed Oct 18, 2024
1 parent 9b7f054 commit eceab4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
terraform output
plan-apply-gke:
name: Plan and potentially apply for scope github
name: Plan and potentially apply for scope gke
if: ${{ github.event.inputs.environment == 'dev' && github.event.inputs.scope == 'gke_and_state_bucket'}}
runs-on:
- ubuntu-latest
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
terraform output
bastion_host:
name: Plan and potentially apply for scope github
name: Plan and potentially apply for scope bastion host
if: ${{ github.event.inputs.environment == 'dev' && github.event.inputs.scope == 'bastion_host'}}
runs-on:
- ubuntu-latest
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
plan-apply-application:
name: Plan and potentially apply for scope github
name: Plan and potentially apply for scope application infra
if: ${{ github.event.inputs.environment == 'dev' && github.event.inputs.scope == 'application_infrastructure'}}
runs-on:
- ubuntu-latest
Expand Down

0 comments on commit eceab4d

Please sign in to comment.