Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
feat: github action improvements (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartRucker authored Jul 18, 2020
1 parent df76137 commit ee9cc51
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 421 deletions.
7 changes: 7 additions & 0 deletions packages/action/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ inputs:
required: true
logtype:
description: 'Type of Log.. e.g. (TAP, XML, ... TODO)'
required: true
filepath:
description: 'location of the testing file'
required: true
endpoint:
description: 'post url'
required: false

runs:
using: 'node12'
Expand Down
Loading

0 comments on commit ee9cc51

Please sign in to comment.