mirror of
https://github.com/gradle/actions.git
synced 2025-04-20 09:49:19 +08:00
16 lines
366 B
YAML
16 lines
366 B
YAML
name: "gradle"
|
|
description: 'Provide a description here'
|
|
author: 'Your name or organization here'
|
|
|
|
# TODO build scan link as an output
|
|
# https://help.github.com/en/articles/metadata-syntax-for-github-actions#outputs
|
|
|
|
inputs:
|
|
args:
|
|
description: Gradle command line arguments, see gradle --help
|
|
required: false
|
|
|
|
runs:
|
|
using: 'node12'
|
|
main: 'lib/main.js'
|