We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9b99a commit ce9db0cCopy full SHA for ce9db0c
1 file changed
.github/workflows/pull_request.yml
@@ -14,7 +14,7 @@ jobs:
14
verify_published_from_main_image: false
15
quality_checks:
16
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
17
- needs: [get_config_values]
+ needs: [ get_config_values ]
18
permissions:
19
contents: read
20
id-token: write
@@ -53,7 +53,7 @@ jobs:
53
}
54
result-encoding: string
55
tag_release:
56
57
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
58
59
0 commit comments