Feature: Save output (#132)

This commit is contained in:
Mateus Caruccio 2025-03-07 06:46:54 +00:00 committed by GitHub
parent 8248019266
commit c10ec77612
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 119 additions and 14 deletions

View file

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