Cleanup of the template

This commit is contained in:
Michal Dorner 2020-10-01 23:35:59 +02:00
parent c4979203f6
commit e09b207f38
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
13 changed files with 1409 additions and 1532 deletions

View file

@ -1,11 +1,11 @@
name: 'Your name here'
description: 'Provide a description here'
author: 'Your name or organization here'
name: 'JUnit Check Report'
description: 'Presents results of junit test report as Github check run'
author: 'Michal Dorner <dorner.michal@gmail.com>'
inputs:
milliseconds: # change this
required: true
description: 'input description here'
default: 'default value if applicable'
token:
description: 'GitHub Access Token'
required: false
default: ${{ github.token }}
runs:
using: 'node12'
main: 'dist/index.js'