fix(mosaic-tools): pass explicit Gitea repo args
This commit is contained in:
@@ -120,7 +120,8 @@ case "$PLATFORM" in
|
||||
;;
|
||||
gitea)
|
||||
if command -v tea >/dev/null 2>&1; then
|
||||
CMD="tea issue create --title \"$TITLE\""
|
||||
REPO_ARGS=$(get_gitea_repo_args)
|
||||
CMD="tea issue create $REPO_ARGS --title \"$TITLE\""
|
||||
[[ -n "$BODY" ]] && CMD="$CMD --description \"$BODY\""
|
||||
[[ -n "$LABELS" ]] && CMD="$CMD --labels \"$LABELS\""
|
||||
# tea accepts milestone by name directly (verified 2026-02-05)
|
||||
|
||||
Reference in New Issue
Block a user