default the operation output to none

This commit is contained in:
Peter Evans 2024-08-15 13:37:41 +00:00
parent eea4f44785
commit fd3e742ffd
3 changed files with 3 additions and 1 deletions

View file

@ -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