Skip to content

Commit 07648c8

Browse files
authored
Merge pull request #98 from NHSDigital/feature/eja-eli-338-add-github-action-to-publish-specification
Feature/eja eli 338 add GitHub action to publish specification
2 parents 932e30c + 90883bb commit 07648c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-specification.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
APIM_ENV: ${{ github.event.inputs.environment || 'preprod' }}
1717

1818
jobs:
19-
deploy-sandbox:
19+
publish-specification:
2020
runs-on: ubuntu-latest
2121

2222
steps:
@@ -59,8 +59,8 @@ jobs:
5959
- name: Publish ${{ env.APIM_ENV }} spec to Proxygen
6060
run: |
6161
if [ "${{ env.APIM_ENV }}" = "preprod" ]; then
62-
proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat
62+
proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat --no-confirm
6363
else
64-
proxygen spec publish build/specification/prod/eligibility-signposting-api.yaml
64+
proxygen spec publish build/specification/prod/eligibility-signposting-api.yaml --no-confirm
6565
fi
6666

0 commit comments

Comments
 (0)