Remove 'gradle-executable' input param

This commit is contained in:
daz 2024-01-04 13:21:21 -07:00
parent 4dda5928c7
commit 3a75647ad4
No known key found for this signature in database
9 changed files with 8 additions and 44 deletions

View file

@ -46,12 +46,6 @@ jobs:
gradle-version: release-candidate
build-root-directory: .github/workflow-samples/no-wrapper
arguments: help
- name: Test use defined Gradle executable
uses: ./
with:
gradle-executable: .github/workflow-samples/groovy-dsl/gradlew${{ matrix.script-suffix }}
build-root-directory: .github/workflow-samples/no-wrapper
arguments: help
gradle-versions:
strategy: