mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
Keep env var output for backwards compat
This commit is contained in:
parent
3c32fac1fe
commit
5429e57002
4 changed files with 15 additions and 9 deletions
|
@ -103,8 +103,11 @@ export class GitHubHelper {
|
|||
headBranch
|
||||
)
|
||||
|
||||
// Set output
|
||||
// Set outputs
|
||||
core.startGroup('Setting outputs')
|
||||
core.setOutput('pull-request-number', pullNumber)
|
||||
core.exportVariable('PULL_REQUEST_NUMBER', pullNumber)
|
||||
core.endGroup()
|
||||
|
||||
// Set milestone, labels and assignees
|
||||
const updateIssueParams = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue