fix(mosaic-tools): pass explicit Gitea repo args
Some checks failed
ci/woodpecker/push/ci Pipeline was canceled
ci/woodpecker/pr/ci Pipeline was canceled

This commit is contained in:
Jarvis
2026-05-26 14:29:42 -05:00
parent 755df9079e
commit abbd889e30
11 changed files with 76 additions and 16 deletions

View File

@@ -41,7 +41,7 @@ detect_platform
if [[ "$PLATFORM" == "github" ]]; then
gh pr view "$PR_NUMBER"
elif [[ "$PLATFORM" == "gitea" ]]; then
tea pr "$PR_NUMBER"
tea pr "$PR_NUMBER" $(get_gitea_repo_args)
else
echo "Error: Unknown platform"
exit 1