We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 932e30c + 90883bb commit 07648c8Copy full SHA for 07648c8
.github/workflows/publish-specification.yaml
@@ -16,7 +16,7 @@ env:
16
APIM_ENV: ${{ github.event.inputs.environment || 'preprod' }}
17
18
jobs:
19
- deploy-sandbox:
+ publish-specification:
20
runs-on: ubuntu-latest
21
22
steps:
@@ -59,8 +59,8 @@ jobs:
59
- name: Publish ${{ env.APIM_ENV }} spec to Proxygen
60
run: |
61
if [ "${{ env.APIM_ENV }}" = "preprod" ]; then
62
- proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat
+ proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat --no-confirm
63
else
64
- proxygen spec publish build/specification/prod/eligibility-signposting-api.yaml
+ proxygen spec publish build/specification/prod/eligibility-signposting-api.yaml --no-confirm
65
fi
66
0 commit comments