Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed Feb 27, 2024
1 parent 3c8f4a0 commit 8f46ddb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62007,8 +62007,11 @@ const run = async () => {
core.info(`Read result '${actualResult}'`)
}

core.info(`[start] setOutput result='${actualResult}'`)
core.setOutput('result', actualResult)
core.info(`[finish] setOutput`)

core.info(`[start] core.summary.addTable().write()`)
await core.summary
.addTable([
[{data: 'Output', header: true}, {data: 'Result', header: true}],
Expand All @@ -62017,12 +62020,15 @@ const run = async () => {
['cache_outcome', cacheOutcome],
])
.write()
core.info(`[finish] core.summary.addTable().write()`)
} catch(error) {
core.setFailed(error.message)
}
}

core.info(`[start] run()`)
run()
core.info(`[finish] run()`)

})();

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 8f46ddb

Please sign in to comment.