We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76dfed8 commit b9caa78Copy full SHA for b9caa78
.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@b933ef1bb3527fd7e7d5a7629fbd4e4dd94bf1b4
+ uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@fix_java_build
36
needs: [get_asdf_version]
37
with:
38
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
0 commit comments