We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc7137 commit f88feadCopy full SHA for f88fead
.github/workflows/deploy-builder-api.yml
@@ -104,7 +104,7 @@ jobs:
104
105
uses: 'google-github-actions/deploy-cloudrun@33553064113a37d688aa6937bacbdc481580be17' # google-github-actions/deploy-cloudrun@v2
106
with:
107
- service: '${{ env.SERVICE }}'
+ service: '${{ env.API_NAME }}'
108
region: '${{ env.REGION }}'
109
# NOTE: If using a pre-built image, update the image name below:
110
0 commit comments