Skip to content

Commit fc74f01

Browse files
committed
Fix typo
1 parent 1009f53 commit fc74f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Generate and check SBOMs
5858
uses: NHSDigital/eps-action-sbom@npm20_version
5959
with:
60-
node_version: {{ inputs.node_version }}
60+
node_version: ${{ inputs.node_version }}
6161

6262
- name: Upload SBOMs
6363
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)