Skip to content

Commit 44a95f7

Browse files
committed
Fix yaml
1 parent 060bf09 commit 44a95f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: google-github-actions/setup-gcloud@v2
4848
if: needs.has-secrets.outputs.docs
4949
with:
50-
project_id: ${{ secrets.GKE_PROD_PROJECT }
50+
project_id: ${{ secrets.GKE_PROD_PROJECT }}
5151

5252
- name: Set up Python
5353
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)