ACS-8915 Fix pre-commit job (#1034)

* ACS-8915 Fix pre-commit job

* ACS-8915 Fix pre-commit job
This commit is contained in:
Damian Ujma 2024-10-28 12:56:19 +01:00 committed by GitHub
parent dfc6d30972
commit 39bc4613c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,8 +36,9 @@ env:
jobs:
pre_commit:
if: !contains(github.event.head_commit.message, '[release]')
runs-on: ubuntu-latest
if: >
!contains(github.event.head_commit.message, '[release]')
outputs:
java_version: ${{ env.JAVA_VERSION }}
java_version_supported_by_repo: ${{ env.JAVA_VERSION_SUPPORTED_BY_REPO }}