We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060bf09 commit 44a95f7Copy full SHA for 44a95f7
1 file changed
.github/workflows/deploy-docs.yaml
@@ -47,7 +47,7 @@ jobs:
47
uses: google-github-actions/setup-gcloud@v2
48
if: needs.has-secrets.outputs.docs
49
with:
50
- project_id: ${{ secrets.GKE_PROD_PROJECT }
+ project_id: ${{ secrets.GKE_PROD_PROJECT }}
51
52
- name: Set up Python
53
uses: actions/setup-python@v2
0 commit comments