manual-approval/action.yaml
Thomas Stringer 0871d5bc6b
Create release v1.7.0 (#58)
Signed-off-by: Thomas Stringer <thomas@trstringer.com>
2022-11-06 08:21:37 -05:00

21 lines
538 B
YAML

name: Manual Workflow Approval
description: Pause a workflow and get user approval to continue
branding:
icon: pause
color: yellow
inputs:
approvers:
description: Required approvers
required: true
secret:
description: Secret
required: true
minimum-approvals:
description: Minimum number of approvals to progress workflow
required: false
issue-title:
description: The custom subtitle for the issue
required: false
runs:
using: docker
image: docker://ghcr.io/trstringer/manual-approval:1.7.0