Fix Gitea wrapper login resolution
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user