We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cae563 commit 81f211bCopy full SHA for 81f211b
.github/workflows/pull_request.yml
@@ -32,7 +32,7 @@ jobs:
32
TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
33
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
34
quality_checks:
35
- uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@26a3c37dbab1b2f92e3e65ab579d0440408fdfd3
+ uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@a7daff06de7b695f601d9b1723ca184daca7d898
36
needs: [get_asdf_version]
37
with:
38
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
0 commit comments