Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alstr authored Nov 26, 2024
1 parent 7b4aab7 commit 3ac81cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:v5.0'
image: 'docker://ghcr.io/alstr/todo-to-issue-action:v5.1.5'
branding:
icon: 'check-square'
color: 'orange'
Expand Down Expand Up @@ -85,4 +85,4 @@ inputs:
INSERT_ISSUE_URLS:
description: 'Whether the action should insert the URL for a newly-created issue into the associated TODO comment'
required: false
default: false
default: false

0 comments on commit 3ac81cb

Please sign in to comment.