From 116125392f6ed6513cefe81672cd34a6e6c90951 Mon Sep 17 00:00:00 2001 From: Josh Furie Date: Sat, 20 Jul 2024 15:05:30 -0700 Subject: [PATCH] feat: Add 'print result' step to develop.deploy-functions.yml --- .github/workflows/develop.deploy-functions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/develop.deploy-functions.yml b/.github/workflows/develop.deploy-functions.yml index 4ba086a14..08c9647af 100644 --- a/.github/workflows/develop.deploy-functions.yml +++ b/.github/workflows/develop.deploy-functions.yml @@ -67,3 +67,5 @@ jobs: with: service: ${{vars.APP_NAME}} image: 'gcr.io/${{ vars.PROJECT_ID }}/${{ vars.DOCKER_IMAGE_NAME }}:latest' + - name: 'print result' + run: echo ${{ steps.deploy.outputs.url }}