junit-to-md/action.yml

13 lines
255 B
YAML

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