mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
log outputs
This commit is contained in:
parent
3d665e5aea
commit
5a9be5875b
2 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue