We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ca73c5 + fd478cd commit a8aeed2Copy full SHA for a8aeed2
2 files changed
.github/workflows/continuous-integration.yml
@@ -1,4 +1,4 @@
1
-{% raw %}name: Create Release
+name: Create Release
2
on: push
3
4
jobs:
@@ -41,4 +41,3 @@ jobs:
41
with:
42
tag_name: ${{ env.SPEC_VERSION }}
43
release_name: ${{ env.SPEC_VERSION }}
44
-{% endraw %}
.github/workflows/pr-lint.yaml
-{% raw %}name: PR Quality Check
+name: PR Quality Check
on: pull_request
link-ticket:
@@ -25,4 +25,4 @@ jobs:
25
msg: |
26
This branch is work on a ticket in the NHS Digital APM JIRA Project. Here's a handy link to the ticket:
27
# [${{ env.TICKET_NAME }}](https://nhsd-jira.digital.nhs.uk/browse/${{ env.TICKET_NAME}})
28
+
0 commit comments