gradle-build-action/action.yml
2019-09-20 23:23:07 +02:00

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'