mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-05 21:17:52 +00:00
12 lines
296 B
YAML
12 lines
296 B
YAML
name: 'Your name here'
|
|
description: 'Provide a description here'
|
|
author: 'Your name or organization here'
|
|
inputs:
|
|
milliseconds: # change this
|
|
required: true
|
|
description: 'input description here'
|
|
default: 'default value if applicable'
|
|
runs:
|
|
using: 'node16'
|
|
main: 'dist/index.js'
|