mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-21 08:31:27 -05:00
log repository under activity
This commit is contained in:
parent
fe6f625923
commit
4e1e65e14f
2 changed files with 3 additions and 1 deletions
|
@ -23,4 +23,4 @@ git push --force
|
||||||
git checkout forgejo-federated-star
|
git checkout forgejo-federated-star
|
||||||
git rebase forgejo-development
|
git rebase forgejo-development
|
||||||
git push --force
|
git push --force
|
||||||
```
|
```
|
||||||
|
|
|
@ -69,5 +69,7 @@ func RepositoryInbox(ctx *context.APIContext) {
|
||||||
// "204":
|
// "204":
|
||||||
// "$ref": "#/responses/empty"
|
// "$ref": "#/responses/empty"
|
||||||
|
|
||||||
|
log.Info("RepositoryInbox: %v, %v", ctx.Repo.Repository.OwnerName, ctx.Repo.Repository.Name)
|
||||||
|
|
||||||
ctx.Status(http.StatusNoContent)
|
ctx.Status(http.StatusNoContent)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue