mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-18 23:17:09 +01:00
add new action-run-number to reporter
This commit is contained in:
parent
ffc3bcb887
commit
09905229df
3 changed files with 10 additions and 1 deletions
|
|
@ -69,6 +69,11 @@ inputs:
|
|||
description: Show the link to the html results in the form of a notice on the summary page. This was created to combat a GHA bug of not always displaying the results in the right action.
|
||||
required: false
|
||||
default: 'false'
|
||||
action-run-number:
|
||||
description: |
|
||||
The run number of the action that generated the test results. Passed in through calling action into reporter
|
||||
required: false
|
||||
default: ''
|
||||
only-summary:
|
||||
description: |
|
||||
Allows you to generate only the summary.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue