Skip to content

Commit 4b9857b

Browse files
cicd 3 deploy run name
1 parent 2341b87 commit 4b9857b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/cicd-3-deploy.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ on:
5050
default: false
5151

5252
run-name: >-
53-
Deploy backend=${{ inputs.backend_account_group }} apim=${{
54-
inputs.apim_environment }} source=${{ inputs.source_type }}:${{
55-
inputs.source_value }} by @${{ github.actor }}
53+
Deploy ${{ inputs.deploy_backend && format('backend={0}',
54+
inputs.backend_account_group) || '' }} ${{ inputs.deploy_proxy &&
55+
format('apim={0}', inputs.apim_environment) || '' }} source=${{
56+
inputs.source_type }}:${{ inputs.source_value }} by @${{ github.actor }}
5657
5758
permissions:
5859
id-token: write

0 commit comments

Comments
 (0)