batch2yaml/action.yml

17 lines
370 B
YAML
Raw Normal View History

2023-10-21 14:28:22 +00:00
name: 'batch2yaml'
description: 'convert batch to yaml or back'
inputs:
2023-10-21 16:03:32 +00:00
action:
2023-10-21 14:28:22 +00:00
description: 'either yml or xml'
required: true
default: 'yml'
path:
description: 'path of directory to convert'
required: true
default: '.data'
outputs:
time: # id of output
description: 'The time we greeted you'
runs:
using: 'node20'
main: 'index.js'