Skip to content

Commit c0bfa51

Browse files
2 parents 99ed9c8 + 53b388c commit c0bfa51

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/terraformDeploy.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: hashicorp/setup-terraform@v1
2424

25+
- name: Testing
26+
id: test
27+
run: ls -a
28+
2529
- name: Terraform init
2630
id: init
27-
run: terraform init -backend-config="SAS_TOKEN=${{secrets.SAS_TOKEN}}"
31+
run: terraform init -backend-config="SAS_TOKEN=${{ secrets.SAS_TOKEN }}"
2832

2933
- name: Terraform validate
3034
id: validate

0 commit comments

Comments
 (0)