From 585010baee4d7689e2b7fc73d3a51648848f1856 Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Tue, 10 Jun 2025 10:34:35 +0300 Subject: [PATCH] Update action.yml to use local Docker image for the TODO to Issue action, simplifying the setup process. Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 25e325a..9455341 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ runs: repositories: ${{ inputs.TARGET_REPO }} - name: Run TODO to Issue action - uses: docker://ghcr.io/alstr/todo-to-issue-action:v5.1.12 + uses: . with: REPO: ${{ inputs.REPO }} BEFORE: ${{ inputs.BEFORE }}