From 1c61a6cde7cf224d48a543cc11e0ba8f53599c02 Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Tue, 10 Jun 2025 10:43:53 +0300 Subject: [PATCH] Update action.yml to correct the Docker image path for the TODO to Issue action, ensuring proper integration in workflows. 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 5fdf1c2..8ccf6c9 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ runs: repositories: ${{ inputs.TARGET_REPO }} - name: Run TODO to Issue action - uses: docker://reg.dev.krd/test/todo-to-issue-action:test + uses: docker://reg.dev.krd/test-todo-to-issue/todo-to-issue-action:test with: REPO: ${{ inputs.REPO }} BEFORE: ${{ inputs.BEFORE }}