Skip to content

Commit 4fd20f8

Browse files
committed
Update job names
1 parent fdf8192 commit 4fd20f8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy-sandbox.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
contents: read # This is required for actions/checkout
2121

2222
jobs:
23-
validate--inputs:
23+
validate_inputs:
2424
runs-on: ubuntu-latest
2525
environment: development
2626

@@ -34,9 +34,9 @@ jobs:
3434
env:
3535
SANDBOX_NAME: ${{ github.event.inputs.sandbox_name }}
3636

37-
terraform-process--main:
37+
terraform_process--main:
3838
runs-on: ubuntu-latest
39-
needs: validate--inputs
39+
needs: validate_inputs
4040
environment: development
4141

4242
steps:
@@ -87,9 +87,9 @@ jobs:
8787
run: terraform apply -auto-approve -input=false tf-main.plan
8888
working-directory: ./infrastructure
8989

90-
terraform-process--branch:
90+
terraform_process--branch:
9191
runs-on: ubuntu-latest
92-
needs: terraform-process--main
92+
needs: terraform_process--main
9393
environment: development
9494

9595
steps:

0 commit comments

Comments
 (0)