mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
fix verified output when no commit signing is being used
This commit is contained in:
parent
1cd6df66ac
commit
10454726b6
2 changed files with 6 additions and 0 deletions
|
@ -291,6 +291,9 @@ export async function createPullRequest(inputs: Inputs): Promise<void> {
|
|||
core.debug(utils.getErrorMessage(error))
|
||||
}
|
||||
}
|
||||
if (!outputs.has('pull-request-commits-verified')) {
|
||||
outputs.set('pull-request-commits-verified', 'false')
|
||||
}
|
||||
|
||||
// Set outputs
|
||||
for (const [key, value] of outputs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue