mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
Initial commit
This commit is contained in:
commit
0551aa4107
22 changed files with 14064 additions and 0 deletions
11
action.yml
Normal file
11
action.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name: 'Your name here'
|
||||
description: 'Provide a description here'
|
||||
author: 'Your name or organization here'
|
||||
inputs:
|
||||
milliseconds: # change this
|
||||
required: true
|
||||
description: 'input description here'
|
||||
default: 'default value if applicable'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
Loading…
Add table
Add a link
Reference in a new issue