From 984a23b266d75c2a43a1b808f8a668141e69eaae Mon Sep 17 00:00:00 2001 From: Thomas Stringer Date: Tue, 24 May 2022 19:58:17 -0400 Subject: [PATCH] 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) --- 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