Skip to content

Commit

Permalink
Add new outputs for url and url_html for future references
Browse files Browse the repository at this point in the history
  • Loading branch information
luisito666 committed Mar 27, 2023
1 parent e9fa2f5 commit 2868c9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ class TestReporter {
core.info(`Check run create response: ${resp.status}`)
core.info(`Check run URL: ${resp.data.url}`)
core.info(`Check run HTML: ${resp.data.html_url}`)
core.setOutput('url', resp.data.url)
core.setOutput('url_html', resp.data.html_url)

return results
}
Expand Down

0 comments on commit 2868c9a

Please sign in to comment.