summaryrefslogtreecommitdiffstats
path: root/modules/private/actions.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix regression: access log template, gitea manager cli command (#24838)wxiaoguang2023-05-221-1/+0
| | | | | | | Close #24836 ![image](https://github.com/go-gitea/gitea/assets/2114189/95b025d2-f25f-4246-a08a-fe44ecb787a9) ![image](https://github.com/go-gitea/gitea/assets/2114189/c3afe1fa-2a23-420d-a016-3b67dcd04cd5)
* add CLI command to register runner tokens (#23762)techknowlogick2023-04-171-0/+27
This is a CLI command to generate new tokens for the runners to register with Fix https://github.com/go-gitea/gitea/issues/23643 --------- Co-authored-by: delvh <dev.lh@web.de>