Skip to content

Commit d5a1436

Browse files
committed
Fix yaml indentation in deploy-staging
1 parent 9abf781 commit d5a1436

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
# Get the GKE credentials so we can deploy to the cluster
4949
- uses: google-github-actions/[email protected]
5050
with:
51-
cluster_name: ${{ env.GKE_CLUSTER }}
52-
location: ${{ env.GKE_ZONE }}
53-
credentials: ${{ secrets.GKE_SA_KEY }}
51+
cluster_name: ${{ env.GKE_CLUSTER }}
52+
location: ${{ env.GKE_ZONE }}
53+
credentials: ${{ secrets.GKE_SA_KEY }}
5454

5555
# Set up kustomize
5656
- name: Set up Kustomize

0 commit comments

Comments
 (0)