manual-approval/action.yaml
Thomas Stringer 984a23b266
Release version 1.3.0 (#10)
This release contains two features:

* The ability to close the issue if the workflow was cancelled (#4)
* Debug logging for issue creation (#9)
2022-05-24 19:58:17 -04:00

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