Add some TODOs to the code for future reference

This commit is contained in:
Daz DeBoer 2021-09-13 11:47:59 -06:00
parent 4264cda558
commit bbe1574290
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
4 changed files with 18 additions and 11 deletions

View file

@ -30,6 +30,8 @@ export async function run(): Promise<void> {
if (result.buildScanUrl) {
core.setOutput('build-scan-url', result.buildScanUrl)
// TODO Include context about the invocation (eg step name) in this message
// Unfortunately it doesn't seem possible to access the current step name here
core.notice(`Gradle build scan: ${result.buildScanUrl}`)
}