From be8dd62d1cd6d1042c821df25d83de60998fc011 Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Tue, 10 Jun 2025 10:39:17 +0300 Subject: [PATCH] Fix action.yml to correct the repository path for the TODO to Issue action, ensuring proper usage of the action 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 939ed5d..a8f45fb 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ runs: repositories: ${{ inputs.TARGET_REPO }} - name: Run TODO to Issue action - uses: reg.dev.krd.kr/todo-to-issue-action:test + uses: reg.dev.krd/test/todo-to-issue-action:test with: REPO: ${{ inputs.REPO }} BEFORE: ${{ inputs.BEFORE }}