Skip to content

Commit a8aeed2

Browse files
authored
Merge pull request #113 from NHSDigital/APM-6800_dependabot_fix
fixed github action
2 parents 3ca73c5 + fd478cd commit a8aeed2

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% raw %}name: Create Release
1+
name: Create Release
22
on: push
33

44
jobs:
@@ -41,4 +41,3 @@ jobs:
4141
with:
4242
tag_name: ${{ env.SPEC_VERSION }}
4343
release_name: ${{ env.SPEC_VERSION }}
44-
{% endraw %}

.github/workflows/pr-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% raw %}name: PR Quality Check
1+
name: PR Quality Check
22
on: pull_request
33
jobs:
44
link-ticket:
@@ -25,4 +25,4 @@ jobs:
2525
msg: |
2626
This branch is work on a ticket in the NHS Digital APM JIRA Project. Here's a handy link to the ticket:
2727
# [${{ env.TICKET_NAME }}](https://nhsd-jira.digital.nhs.uk/browse/${{ env.TICKET_NAME}})
28-
{% endraw %}
28+

0 commit comments

Comments
 (0)