Skip to content

Commit 134595a

Browse files
authored
fix for A mapping was not expected
1 parent 51e5756 commit 134595a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
- name: Get GKE credentials
6464
uses: google-github-actions/[email protected]
6565
with:
66-
project_id: {{ env.PROJECT_ID }}
67-
cluster_name: {{ env.CLUSTER_NAME }}
68-
location: {{ env.REGION }}
66+
project_id: ${{ env.PROJECT_ID }}
67+
cluster_name: ${{ env.CLUSTER_NAME }}
68+
location: ${{ env.REGION }}
6969

7070
- name: Setup gcloud cli
7171
uses: google-github-actions/[email protected]

0 commit comments

Comments
 (0)