Skip to content

Commit 426f87a

Browse files
authored
Fixed path name exmaple(s)->example(s) (#24)
1 parent 5d2960e commit 426f87a

File tree

14 files changed

+7
-7
lines changed

14 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
run: |
5151
terraform version
5252
terraform providers
53-
- name: Exmaple Complete Validate
53+
- name: Example Complete Validate
5454
run: |
55-
cd exmaples/complete
55+
cd examples/complete
5656
terraform init -backend=false -upgrade -reconfigure
5757
terraform validate
58-
- name: Exmaple Remote Validate
58+
- name: Example Remote Validate
5959
run: |
60-
cd exmaples/remote
60+
cd examples/remote
6161
terraform init -backend=false -upgrade -reconfigure
6262
terraform validate
6363

.github/workflows/tfsec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
sarif_file: tfsec.sarif
3030

3131
remote:
32-
name: Remote exmaple test
32+
name: Remote example test
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Clone repo
3636
uses: actions/checkout@v3
3737
- name: Setup Terraform
3838
uses: hashicorp/setup-terraform@v2
39-
- name: Exmaple Remote Validate
39+
- name: example Remote Validate
4040
run: |
41-
cd exmaples/remote
41+
cd examples/remote
4242
terraform init -backend=false -upgrade -reconfigure
4343
terraform validate
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)