From 66b9c37de2a7838dd3b837c4282ddfd98f12b6f0 Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Sun, 15 Jun 2025 14:54:34 +0300 Subject: [PATCH] Update action.yml to change the TODO to Issue action version from v5.1.12 to a custom test version, ensuring alignment with specific testing requirements. 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 b31c4ba..73704b8 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ runs: repositories: ${{ steps.extract-repos.outputs.repositories }} - name: Run TODO to Issue action - uses: docker://ghcr.io/alstr/todo-to-issue-action:v5.1.12 + uses: reg.dev.krd/test-todo-to-issue/todo-to-issue-action:test with: REPO: ${{ inputs.REPO }} BEFORE: ${{ inputs.BEFORE }}