Skip to content

Commit 99772c8

Browse files
Merge pull request #523 from NHSDigital/master
Merge master to edge
2 parents 45c0107 + 617b718 commit 99772c8

File tree

5 files changed

+205
-217
lines changed

5 files changed

+205
-217
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
with:
1313
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1414

15-
- name: Install Python 3.9
15+
- name: Install Python 3.8
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.9
18+
python-version: 3.8
1919

2020
- name: Install poetry
2121
run: pip install poetry

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# api-management-utils
2-
Scripts and utilities used across API managment platform and services
2+
Scripts and utilities used across API managment platform and services
33

44
## Scripts
55
* `template.py` - cli for basic jinja templating
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
DIST_DIR: "{{ lookup('env', 'DIST_DIR') }}"
2-
SERVICE_NAME: "{{ lookup('env', 'SERVICE_NAME') }}"
2+
SERVICE_NAME: "{{ lookup('env', 'SERVICE_NAME') }}"

0 commit comments

Comments
 (0)