feat: add branch name output (#2995)
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -458,6 +458,7 @@ function createPullRequest(inputs) {
|
||||
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();
|
||||
|
Reference in New Issue
Block a user