This release contains two features: * The ability to close the issue if the workflow was cancelled (#4) * Debug logging for issue creation (#9)
15 lines
412 B
YAML
15 lines
412 B
YAML
name: Manual Workflow Approval
|
|
description: Pause a workflow and get user approval to continue
|
|
inputs:
|
|
approvers:
|
|
description: Required approvers
|
|
required: true
|
|
secret:
|
|
description: Secret
|
|
required: true
|
|
minimum-approvals:
|
|
description: Minimum number of approvals to progress workflow
|
|
required: false
|
|
runs:
|
|
using: docker
|
|
image: docker://ghcr.io/trstringer/manual-approval:1.3.0
|