File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,14 +208,14 @@ jobs:
208208 - name : Get GKE creds
209209 id : gcloud-get-gke-creds
210210 uses : google-github-actions/get-gke-credentials@v2
211- if : ${{ contains(github.ref, 'main') && github.event.pull_request.title != 'Feedback' steps.detect-gke.outputs.is_up == 'true' }}
211+ if : ${{ contains(github.ref, 'main') && github.event.pull_request.title != 'Feedback' steps.gcloud- detect-gke.outputs.is_up == 'true' }}
212212 with :
213213 cluster_name : ${{ secrets.GKE_CLUSTER }}
214214 location : ${{ secrets.GKE_ZONE }}
215215
216216 - name : Deploy to GKE
217217 id : gcloud-deploy-gke
218- if : ${{ contains(github.ref, 'main') && github.event.pull_request.title != 'Feedback' && steps.detect-gke.outputs.is_up == 'true' }}
218+ if : ${{ contains(github.ref, 'main') && github.event.pull_request.title != 'Feedback' && steps.gcloud- detect-gke.outputs.is_up == 'true' }}
219219 run : |-
220220 service="${{ matrix.package }}"
221221 deployment="frontend"
You can’t perform that action at this time.
0 commit comments