Skip to content

Commit 53966d4

Browse files
committed
Update firestore.yml
1 parent 7741b36 commit 53966d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/firestore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ jobs:
178178
Firestore/Example/App/GoogleService-Info.plist "$plist_secret"
179179

180180
# create composite indexes with Terraform
181-
- name: Setup Terraform
181+
- name: Setup Terraform
182182
uses: hashicorp/setup-terraform@v2
183183
- name: Terraform Init
184184
run: terraform init
185185
continue-on-error: true
186-
- name: Terraform Apply
186+
- name: Terraform Apply
187187
run: |
188188
python scripts/decrypt_project_info.py Firestore/Example/App/GoogleService-Info.plist
189189
terraform apply -var-file=Firestore/Example/App/project_info.json -auto-approve

0 commit comments

Comments
 (0)