Update meta info

This commit is contained in:
David Anthoff
2020-03-23 11:42:42 -07:00
parent 4c62666e81
commit 892ec10baa
3 changed files with 24 additions and 14 deletions

View File

@@ -1,10 +1,6 @@
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'
name: 'Process Julia coverage files'
description: 'Convert Julia coverage files into a lcov file'
author: 'David Anthoff'
runs:
using: 'node12'
main: 'dist/index.js'