Обновить .gitea/workflows/java-pull-request-check-template.yml
This commit is contained in:
parent
beb42eccc3
commit
57b9fc55fb
@ -47,10 +47,9 @@ jobs:
|
||||
image: gradle:8.12.0-jdk21-alpine
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v3
|
||||
- uses: https://github.com/gradle/gradle-build-action@v2
|
||||
- uses: https://github.com/gradle/actions/setup-gradle@v3
|
||||
with:
|
||||
cache-read-only: ${{ gitea.ref != 'refs/heads/master' && gitea.ref != 'refs/heads/develop' }}
|
||||
java-version: false
|
||||
|
||||
- name: run gradle check
|
||||
run: ./gradlew ${{ inputs.gradle_check_command }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user