Skip to content

Commit f88fead

Browse files
Update service name on cloud run deploy step
1 parent cfc7137 commit f88fead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-builder-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104

105105
uses: 'google-github-actions/deploy-cloudrun@33553064113a37d688aa6937bacbdc481580be17' # google-github-actions/deploy-cloudrun@v2
106106
with:
107-
service: '${{ env.SERVICE }}'
107+
service: '${{ env.API_NAME }}'
108108
region: '${{ env.REGION }}'
109109
# NOTE: If using a pre-built image, update the image name below:
110110

0 commit comments

Comments
 (0)