mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
feat: add branch name output (#2995)
This commit is contained in:
parent
4383ba9ef0
commit
c5a7806660
4 changed files with 5 additions and 0 deletions
|
@ -223,6 +223,7 @@ export async function createPullRequest(inputs: Inputs): Promise<void> {
|
|||
core.setOutput('pull-request-operation', 'updated')
|
||||
}
|
||||
core.setOutput('pull-request-head-sha', result.headSha)
|
||||
core.setOutput('pull-request-branch', inputs.branch)
|
||||
// Deprecated
|
||||
core.exportVariable('PULL_REQUEST_NUMBER', pull.number)
|
||||
core.endGroup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue