chore: Move gitea sdk from code.gitea.io/sdk/gitea -> gitea.dev/sdk (#37855)

- Use gitea.dev/sdk instead of code.gitea.io/sdk/gitea
- Use gitea.dev/actions-proto-def instead of
code.gitea.io/actions-proto-def
This commit is contained in:
Lunny Xiao
2026-05-27 16:23:44 -07:00
committed by GitHub
parent f810e882a4
commit 0a3e7483a4
28 changed files with 69 additions and 68 deletions

View File

@@ -150,7 +150,7 @@ ESLINT_CONCURRENCY ?= 2
SWAGGER_SPEC := templates/swagger/v1_json.tmpl
SWAGGER_SPEC_INPUT := templates/swagger/v1_input.json
SWAGGER_EXCLUDE := code.gitea.io/sdk
SWAGGER_EXCLUDE := gitea.dev/sdk
OPENAPI3_SPEC := templates/swagger/v1_openapi3_json.tmpl
TEST_MYSQL_HOST ?= mysql:3306