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 %} +