We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e96cf commit 85599ddCopy full SHA for 85599dd
1 file changed
.github/workflows/manual-proxy-environment-deploy.yaml
@@ -5,7 +5,6 @@ on:
5
push:
6
branches:
7
- feature/CCM-11938_workflow
8
-
9
workflow_dispatch:
10
inputs:
11
version:
@@ -81,7 +80,6 @@ jobs:
81
80
PR_TRIGGER_PAT: ${{ secrets.PR_TRIGGER_PAT }}
82
uses: ./.github/actions/build-proxies
83
with:
84
- version: "${{ inputs.version }}"
85
environment: "${{ env.ENVIRONMENT }}"
86
apimEnv: "${{ env.APIM_ENV }}"
87
runId: "${{ github.run_id }}"
0 commit comments