junit-to-md/action.yml

10 lines
195 B
YAML

name: 'junit-to-md'
description: 'transcribe junit reports to md'
inputs:
writepath:
description: 'where the mdfile goes'
required: true
runs:
using: 'node16'
main: 'dist/index.js'