From 9ca6a8f17be3b67e2f4247e0aff4592f3761751e Mon Sep 17 00:00:00 2001 From: Thomas Stringer Date: Tue, 24 May 2022 19:55:54 -0400 Subject: [PATCH] Release version 1.3.0 This release contains two features: * The ability to close the issue if the workflow was cancelled (#4) * Debug logging for issue creation (#9) --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 7b0d38a..efca34e 100644 --- a/action.yaml +++ b/action.yaml @@ -12,4 +12,4 @@ inputs: required: false runs: using: docker - image: docker://ghcr.io/trstringer/manual-approval:1.2.0 + image: docker://ghcr.io/trstringer/manual-approval:1.3.0