Skip to content

Commit

Permalink
fix: change the name to delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurin-Notemann committed May 9, 2024
1 parent 8e875fd commit d6496de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/delete-gke-cluster.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: "Create new GKE cluster"
name: "Delete the GKE cluster"

on:
workflow_dispatch:

jobs:
create-cluster:
delete-cluster:
permissions:
id-token: write
contents: read
name: "Terraform create GKE cluster"
name: "Terraform delete GKE cluster"
runs-on: ubuntu-latest
defaults:
run:
Expand Down Expand Up @@ -40,6 +40,6 @@ jobs:
id: init
run: terraform init

- name: Terraform apply
- name: Terraform delete
id: apply
run: terraform destroy -no-color -auto-approve -refresh=false

0 comments on commit d6496de

Please sign in to comment.