We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2341b87 commit 4b9857bCopy full SHA for 4b9857b
1 file changed
.github/workflows/cicd-3-deploy.yaml
@@ -50,9 +50,10 @@ on:
50
default: false
51
52
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 }}
+ Deploy ${{ inputs.deploy_backend && format('backend={0}',
+ inputs.backend_account_group) || '' }} ${{ inputs.deploy_proxy &&
+ format('apim={0}', inputs.apim_environment) || '' }} source=${{
56
+ inputs.source_type }}:${{ inputs.source_value }} by @${{ github.actor }}
57
58
permissions:
59
id-token: write
0 commit comments