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:
Shakar Bakr 2025-06-15 13:45:01 +03:00
parent e29de55f99
commit 773a601445
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -36,6 +36,7 @@ runs:
SHA: ${{ inputs.SHA }}
TOKEN: ${{ steps.generate-token.outputs.token || inputs.TOKEN }}
TARGET_REPO: ${{ inputs.TARGET_REPO }}
OWNER: ${{ inputs.OWNER }}
CLOSE_ISSUES: ${{ inputs.CLOSE_ISSUES }}
AUTO_P: ${{ inputs.AUTO_P }}
PROJECT: ${{ inputs.PROJECT }}