mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-04 21:58:35 +02:00
minor edits & build
This commit is contained in:
parent
8ba9907b46
commit
f4a8f7a81b
3 changed files with 1026 additions and 1010 deletions
13
action.yml
13
action.yml
|
@ -1,10 +1,15 @@
|
|||
name: 'Your name here'
|
||||
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:
|
||||
myInput: # change this
|
||||
description: 'input description here'
|
||||
default: 'default value if applicable'
|
||||
args:
|
||||
description: Gradle command line arguments, see gradle --help
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/main.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue