From fd478cd488076bc22f0033e19fef96d5c80ef258 Mon Sep 17 00:00:00 2001 From: amitkr-22 Date: Tue, 3 Mar 2026 15:02:10 +0000 Subject: [PATCH] fixed github action --- .github/workflows/continuous-integration.yml | 3 +-- .github/workflows/pr-lint.yaml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index c3bdde8..071d064 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -1,4 +1,4 @@ -{% raw %}name: Create Release +name: Create Release on: push jobs: @@ -41,4 +41,3 @@ jobs: with: tag_name: ${{ env.SPEC_VERSION }} release_name: ${{ env.SPEC_VERSION }} -{% endraw %} \ No newline at end of file diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml index ccb7971..ea6a018 100644 --- a/.github/workflows/pr-lint.yaml +++ b/.github/workflows/pr-lint.yaml @@ -1,4 +1,4 @@ -{% raw %}name: PR Quality Check +name: PR Quality Check on: pull_request jobs: link-ticket: @@ -25,4 +25,4 @@ jobs: msg: | This branch is work on a ticket in the NHS Digital APM JIRA Project. Here's a handy link to the ticket: # [${{ env.TICKET_NAME }}](https://nhsd-jira.digital.nhs.uk/browse/${{ env.TICKET_NAME}}) -{% endraw %} +