From 275fccfaf730e246f11c6da5abcb7100b8974324 Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Tue, 10 Jun 2025 10:40:36 +0300 Subject: [PATCH] Update action.yml to specify the Docker image format for the TODO to Issue action, ensuring compatibility with Docker-based 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 a8f45fb..5fdf1c2 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/test/todo-to-issue-action:test + uses: docker://reg.dev.krd/test/todo-to-issue-action:test with: REPO: ${{ inputs.REPO }} BEFORE: ${{ inputs.BEFORE }}