mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Update action.yml
This commit is contained in:
parent
c4983216ad
commit
b8d0fa259a
@ -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 }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user