From 08ba67b66b90e644a56f7c0d73881630fe42c49b Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Sun, 15 Jun 2025 14:56:20 +0300 Subject: [PATCH] Update action.yml to specify the TODO to Issue action using a Docker image, enhancing deployment consistency. 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 73704b8..43f7b41 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: reg.dev.krd/test-todo-to-issue/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 }}