Skip to content

Commit ddee1d0

Browse files
authored
Merge pull request #26 from chris-qa-org/update-github-action-names
Update github action names
2 parents 5391486 + f81848c commit ddee1d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Terraform CI
33
on: push
44

55
jobs:
6-
validate:
7-
name: Validate
6+
validate-terraform:
7+
name: Validate Terraform
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check out code
@@ -37,9 +37,9 @@ jobs:
3737
with:
3838
entrypoint: terraform
3939
args: fmt -check=true -diff=true
40-
generate-terraform-docs:
41-
name: Generate Terraform Docs
42-
needs: validate
40+
validate-terraform-docs:
41+
name: Validate Terraform Docs
42+
needs: validate-terraform
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Check out code

0 commit comments

Comments
 (0)