mirror of
https://github.com/gradle/wrapper-validation-action
synced 2024-11-23 17:22:01 +00:00
10 lines
285 B
YAML
10 lines
285 B
YAML
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: 'dist/index.js'
|