mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Update action.yml to correct the Docker image path for the TODO to Issue action, ensuring proper integration in workflows.
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
275fccfaf7
commit
1c61a6cde7
@ -15,7 +15,7 @@ runs:
|
|||||||
repositories: ${{ inputs.TARGET_REPO }}
|
repositories: ${{ inputs.TARGET_REPO }}
|
||||||
|
|
||||||
- name: Run TODO to Issue action
|
- name: Run TODO to Issue action
|
||||||
uses: docker://reg.dev.krd/test/todo-to-issue-action:test
|
uses: docker://reg.dev.krd/test-todo-to-issue/todo-to-issue-action:test
|
||||||
with:
|
with:
|
||||||
REPO: ${{ inputs.REPO }}
|
REPO: ${{ inputs.REPO }}
|
||||||
BEFORE: ${{ inputs.BEFORE }}
|
BEFORE: ${{ inputs.BEFORE }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user