Update action.yml

This commit is contained in:
Alastair Mooney 2021-11-11 13:57:14 +00:00 committed by GitHub
parent c4983216ad
commit b8d0fa259a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}"
default: "${{ github.actor }}"