From b8d0fa259a3112315da37849f35652f74f2f25d8 Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Thu, 11 Nov 2021 13:57:14 +0000 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3d458dc..26445e4 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: "Converts IDE TODO comments to GitHub issues" author: "Alastair Mooney" runs: using: "docker" - image: "docker://ghcr.io/alstr/todo-to-issue-action:v4.4.1" + image: "docker://ghcr.io/alstr/todo-to-issue-action:v4.5" branding: icon: "check-square" color: "orange" @@ -65,4 +65,4 @@ inputs: ACTOR: description: "The username of the person who triggered the action" required: true - default: "${{ github.actor }}" \ No newline at end of file + default: "${{ github.actor }}"