Feature: Save output (#132)
This commit is contained in:
parent
8248019266
commit
c10ec77612
4 changed files with 119 additions and 14 deletions
|
|
@ -41,6 +41,13 @@ inputs:
|
|||
description: Whether or not to fail the workflow if the approval is denied
|
||||
required: false
|
||||
default: 'true'
|
||||
outputs:
|
||||
issue-number:
|
||||
description: The number of the issue created
|
||||
issue-url:
|
||||
description: The URL of the issue created
|
||||
approval-status:
|
||||
description: The status of the approval ("approved" or "denied")
|
||||
runs:
|
||||
using: docker
|
||||
image: docker://ghcr.io/trstringer/manual-approval:1.9.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue