Files
julia-processcoverage/action.yml
David Anthoff 4c62666e81 Initial commit
2020-03-23 10:37:00 -07:00

11 lines
285 B
YAML

name: 'Your name here'
description: 'Provide a description here'
author: 'Your name or organization here'
inputs:
myInput: # change this
description: 'input description here'
default: 'default value if applicable'
runs:
using: 'node12'
main: 'dist/index.js'