mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-02-21 03:22:52 -05:00
15 lines
366 B
YAML
15 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'
|