* Adding support for custom titles. * Cleaning up blank lines in main.go * Renaming approvalIssueTitle to IssueTitle in all relavent places. * Fixing period in README Co-authored-by: Thomas Stringer <thomas@trstringer.com> * Remove period in action doc. Co-authored-by: Thomas Stringer <thomas@trstringer.com> Co-authored-by: Thomas Stringer <thomas@trstringer.com>
18 lines
498 B
YAML
18 lines
498 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
|
|
issue-title:
|
|
description: The custom subtitle for the issue
|
|
required: false
|
|
runs:
|
|
using: docker
|
|
image: docker://ghcr.io/trstringer/manual-approval:1.4.0
|