mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Add OWNER input to action.yml for enhanced configuration options in issue creation workflow.
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
e29de55f99
commit
773a601445
@ -36,6 +36,7 @@ runs:
|
|||||||
SHA: ${{ inputs.SHA }}
|
SHA: ${{ inputs.SHA }}
|
||||||
TOKEN: ${{ steps.generate-token.outputs.token || inputs.TOKEN }}
|
TOKEN: ${{ steps.generate-token.outputs.token || inputs.TOKEN }}
|
||||||
TARGET_REPO: ${{ inputs.TARGET_REPO }}
|
TARGET_REPO: ${{ inputs.TARGET_REPO }}
|
||||||
|
OWNER: ${{ inputs.OWNER }}
|
||||||
CLOSE_ISSUES: ${{ inputs.CLOSE_ISSUES }}
|
CLOSE_ISSUES: ${{ inputs.CLOSE_ISSUES }}
|
||||||
AUTO_P: ${{ inputs.AUTO_P }}
|
AUTO_P: ${{ inputs.AUTO_P }}
|
||||||
PROJECT: ${{ inputs.PROJECT }}
|
PROJECT: ${{ inputs.PROJECT }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user