We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea9c62 commit d5ee1c3Copy full SHA for d5ee1c3
1 file changed
.github/workflows/cloud-run.yml
@@ -10,7 +10,7 @@ on:
10
env:
11
CLOUD_RUN_PROJECT_ID: ${{ secrets.CLOUD_RUN_PROJECT_NAME }}
12
CLOUD_RUN_REGION: asia-east1
13
- REPO_NAME: mpizzaBlog
+ REPO_NAME: mpizza-blog
14
15
# 定義了一個名為 build-and-deploy 的工作,這個工作將運行在 ubuntu-latest 環境上。
16
jobs:
@@ -56,4 +56,4 @@ jobs:
56
--platform managed \
57
--region $CLOUD_RUN_REGION \
58
--allow-unauthenticated \
59
- --quiet
+ --quiet
0 commit comments