mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-09-14 11:42:22 +08:00
Initial commit
This commit is contained in:
10
action.yml
Normal file
10
action.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
name: 'Your name here'
|
||||
description: 'Provide a description here'
|
||||
author: 'Your name or organization here'
|
||||
inputs:
|
||||
myInput: # change this
|
||||
description: 'input description here'
|
||||
default: 'default value if applicable'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/main.js'
|
Reference in New Issue
Block a user