We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf8192 commit 4fd20f8Copy full SHA for 4fd20f8
1 file changed
.github/workflows/deploy-sandbox.yml
@@ -20,7 +20,7 @@ permissions:
20
contents: read # This is required for actions/checkout
21
22
jobs:
23
- validate--inputs:
+ validate_inputs:
24
runs-on: ubuntu-latest
25
environment: development
26
@@ -34,9 +34,9 @@ jobs:
34
env:
35
SANDBOX_NAME: ${{ github.event.inputs.sandbox_name }}
36
37
- terraform-process--main:
+ terraform_process--main:
38
39
- needs: validate--inputs
+ needs: validate_inputs
40
41
42
steps:
@@ -87,9 +87,9 @@ jobs:
87
run: terraform apply -auto-approve -input=false tf-main.plan
88
working-directory: ./infrastructure
89
90
- terraform-process--branch:
+ terraform_process--branch:
91
92
- needs: terraform-process--main
+ needs: terraform_process--main
93
94
95
0 commit comments