mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16: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"
|
author: "Alastair Mooney"
|
||||||
runs:
|
runs:
|
||||||
using: "docker"
|
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:
|
branding:
|
||||||
icon: "check-square"
|
icon: "check-square"
|
||||||
color: "orange"
|
color: "orange"
|
||||||
@ -65,4 +65,4 @@ inputs:
|
|||||||
ACTOR:
|
ACTOR:
|
||||||
description: "The username of the person who triggered the action"
|
description: "The username of the person who triggered the action"
|
||||||
required: true
|
required: true
|
||||||
default: "${{ github.actor }}"
|
default: "${{ github.actor }}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user