mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
default the operation output to none
This commit is contained in:
parent
eb6967ba69
commit
59815b27ea
3 changed files with 3 additions and 1 deletions
|
@ -178,6 +178,7 @@ export async function createPullRequest(inputs: Inputs): Promise<void> {
|
|||
// Action outputs
|
||||
const outputs = new Map<string, string>()
|
||||
outputs.set('pull-request-branch', inputs.branch)
|
||||
outputs.set('pull-request-operation', 'none')
|
||||
outputs.set('pull-request-commits-verified', 'false')
|
||||
|
||||
// Create or update the pull request branch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue