From 5357440d142d17f5ff79928790e42844ed4daf66 Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Tue, 10 Jun 2025 10:38:04 +0300 Subject: [PATCH] Update action.yml to use a specific Docker image for the TODO to Issue action, enhancing reliability and version control. 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 9455341..939ed5d 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ runs: repositories: ${{ inputs.TARGET_REPO }} - name: Run TODO to Issue action - uses: . + uses: reg.dev.krd.kr/todo-to-issue-action:test with: REPO: ${{ inputs.REPO }} BEFORE: ${{ inputs.BEFORE }}