mirror of
https://github.com/peter-evans/create-pull-request.git
synced 2026-05-14 10:32:42 +00:00
log outputs
This commit is contained in:
@@ -275,6 +275,7 @@ export async function createPullRequest(inputs: Inputs): Promise<void> {
|
||||
// Set outputs
|
||||
core.startGroup('Setting outputs')
|
||||
for (const [key, value] of outputs) {
|
||||
core.info(`${key} = ${value}`)
|
||||
core.setOutput(key, value)
|
||||
}
|
||||
core.endGroup()
|
||||
|
||||
Reference in New Issue
Block a user