initial commit

This commit is contained in:
giles 2023-10-21 15:28:22 +01:00
commit 8f07389aec
2 changed files with 32969 additions and 0 deletions

17
action.yml Normal file
View File

@ -0,0 +1,17 @@
name: 'batch2yaml'
description: 'convert batch to yaml or back'
inputs:
direction:
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'

32952
index.js Normal file

File diff suppressed because one or more lines are too long