Fix Gitea wrapper login resolution (#538)

This commit is contained in:
2026-06-12 02:34:18 +00:00
parent bd9527c033
commit 98a771c8f8
34 changed files with 937 additions and 84 deletions
@@ -47,7 +47,7 @@ if [[ -z "$COMMENT" ]]; then
exit 1
fi
detect_platform
detect_platform >/dev/null
if [[ "$PLATFORM" == "github" ]]; then
gh issue comment "$ISSUE_NUMBER" --body "$COMMENT"