gradle-build-action/action.yml

16 lines
366 B
YAML
Raw Normal View History

2019-09-20 21:23:07 +00:00
name: "gradle"
2019-09-20 21:06:59 +00:00
description: 'Provide a description here'
author: 'Your name or organization here'
2019-09-20 21:23:07 +00:00
# TODO build scan link as an output
# https://help.github.com/en/articles/metadata-syntax-for-github-actions#outputs
2019-09-20 21:06:59 +00:00
inputs:
2019-09-20 21:23:07 +00:00
args:
description: Gradle command line arguments, see gradle --help
required: false
2019-09-20 21:06:59 +00:00
runs:
using: 'node12'
main: 'lib/main.js'