Skip to content

Commit

Permalink
fix: Fix pr issue round 6 (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk authored Jul 19, 2024
1 parent 0866d88 commit dca640a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/merge-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,20 @@ jobs:
- name: PR Number
id: pr
uses: ./.github/actions/get-pr-number
- name: Set PR Output
run: echo "pr=${{ steps.pr.outputs.pr }}" >> $GITHUB_OUTPUT

# https://github.com/bcgov/quickstart-openshift-helpers
deploy-test:
name: Deploy (test)
needs: vars
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected]
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
environment: test
tag: ${{ needs.vars.outputs.pr }}

promote:
name: Promote Images
Expand Down
2 changes: 1 addition & 1 deletion backend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function bootstrap() {
.setTitle("NatComplaints - Complaint Management API")
.setDescription("NatComplaints - Complaint Management API")
.setVersion("1.0")
.addTag("NatComplaints - Complaint Management")
.addTag("NatComplaints - Complaint Management API")
.build();

const document = SwaggerModule.createDocument(app, config);
Expand Down

0 comments on commit dca640a

Please sign in to comment.