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>
This commit is contained in:
Shakar Bakr 2025-06-10 10:40:36 +03:00
parent be8dd62d1c
commit 275fccfaf7
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -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 }}