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
1
dist/index.js
vendored
1
dist/index.js
vendored
|
@ -453,6 +453,7 @@ function createPullRequest(inputs) {
|
|||
// Action outputs
|
||||
const outputs = new Map();
|
||||
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
|
||||
core.startGroup('Create or update the pull request branch');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue