Skip to content

Commit

Permalink
fix: Fix pipeline pr into test (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk authored Jul 18, 2024
1 parent 0ef3bb5 commit 4503a1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Get PR number for squash merges to release
- name: PR Number
id: pr
uses: ../actions/get-pr-number
uses: ./.github/actions/get-pr-number

# https://github.com/bcgov/quickstart-openshift-helpers
deploy-test:
Expand Down
4 changes: 2 additions & 2 deletions backend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ async function bootstrap() {
process.env.TZ = "UTC";
const config = new DocumentBuilder()
.setTitle("NatComplaints - Complaint Management API")
.setDescription("The Complicance and Enforcement - Complaint Management API")
.setDescription("NatComplaints - Complaint Management API")
.setVersion("1.0")
.addTag("Compliance and Enforcement - Complaint Management")
.addTag("NatComplaints - Complaint Management")
.build();

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

0 comments on commit 4503a1f

Please sign in to comment.