From 826d35bee5d2bfc2c40eb542c6bba981b0f00dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Wed, 8 Mar 2023 04:36:37 +0000 Subject: [PATCH] chore: add deploy version on title of actions --- .github/workflows/eoefans-api-azure-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/eoefans-api-azure-deploy.yml b/.github/workflows/eoefans-api-azure-deploy.yml index 89ab09d..db47e35 100644 --- a/.github/workflows/eoefans-api-azure-deploy.yml +++ b/.github/workflows/eoefans-api-azure-deploy.yml @@ -14,6 +14,9 @@ on: sentry_release: required: true type: string + +run-name: "Deploy EOEFANS API to Azure: version ${{ inputs.deploy_version }}" + env: AZURE_WEBAPP_NAME: "eoefans-api" # set this to your application's name IMAGE_REGISTRY: "containers.vlink.dev"