mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
debug
This commit is contained in:
parent
9292dc5744
commit
fcb7eb7e5b
1 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,9 @@ class TestReporter {
|
|||
|
||||
constructor() {
|
||||
this.octokit = github.getOctokit(this.token)
|
||||
core.info('octokit: ' + JSON.stringify(this.octokit))
|
||||
core.info('octokit.rest: ' + JSON.stringify(this.octokit.rest))
|
||||
core.info('octokit.rest.git: ' + JSON.stringify(this.octokit.rest.git))
|
||||
|
||||
if (this.listSuites !== 'all' && this.listSuites !== 'failed') {
|
||||
core.setFailed(`Input parameter 'list-suites' has invalid value`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue