From b9f15a2e5777620678db800fd094b64a56c872cb Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Sun, 15 Jun 2025 15:51:37 +0300 Subject: [PATCH] Update action.yml to revert the TODO to Issue action version back to v5.1.12, ensuring consistency with the previously used stable version. 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 43f7b41..b31c4ba 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://reg.dev.krd/test-todo-to-issue/todo-to-issue-action:test + uses: docker://ghcr.io/alstr/todo-to-issue-action:v5.1.12 with: REPO: ${{ inputs.REPO }} BEFORE: ${{ inputs.BEFORE }}