mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Add initial composite actions with smoke tests
These actions simply delegate to `gradle/gradle-build-action` - `setup-gradle`: As `gradle-build-action` without the execution capability. - `dependency-submission`: Submits a dependency graph for the project.
This commit is contained in:
@@ -4,10 +4,10 @@ description: A collection of actions for building Gradle projects, as well as ge
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@main
|
||||
with:
|
||||
cache-read-only: true
|
||||
- run: |
|
||||
echo "::error::The path 'gradle/actions' is not a valid action. Please use 'gradle/actions/setup-gradle' or 'gradle/actions/dependency-submission'."
|
||||
exit 1
|
||||
shell: bash
|
||||
|
||||
branding:
|
||||
icon: 'box'
|
||||
|
||||
Reference in New Issue
Block a user