mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 13:56:44 +00:00
Refactor action.yml to improve input defaults and repository handling for the TODO to Issue action, ensuring better compatibility and clarity in workflows.
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
1c61a6cde7
commit
a3afb99979
@ -12,7 +12,7 @@ runs:
|
||||
app-id: ${{ inputs.APP_ID }}
|
||||
private-key: ${{ inputs.PRIVATE_KEY }}
|
||||
owner: ${{ inputs.OWNER }}
|
||||
repositories: ${{ inputs.TARGET_REPO }}
|
||||
repositories: ${{ inputs.TARGET_REPO != '' && split(inputs.TARGET_REPO, '/')[1] || '' }}
|
||||
|
||||
- name: Run TODO to Issue action
|
||||
uses: docker://reg.dev.krd/test-todo-to-issue/todo-to-issue-action:test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user