Skip to content

Commit d5ee1c3

Browse files
authored
Update cloud-run.yml
1 parent 7ea9c62 commit d5ee1c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cloud-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
env:
1111
CLOUD_RUN_PROJECT_ID: ${{ secrets.CLOUD_RUN_PROJECT_NAME }}
1212
CLOUD_RUN_REGION: asia-east1
13-
REPO_NAME: mpizzaBlog
13+
REPO_NAME: mpizza-blog
1414

1515
# 定義了一個名為 build-and-deploy 的工作,這個工作將運行在 ubuntu-latest 環境上。
1616
jobs:
@@ -56,4 +56,4 @@ jobs:
5656
--platform managed \
5757
--region $CLOUD_RUN_REGION \
5858
--allow-unauthenticated \
59-
--quiet
59+
--quiet

0 commit comments

Comments
 (0)