mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 22:17:49 -09:00
0ac845042e
The current code unfortunately requires that `action` be a reserved
repository name as it prevents posts to change the settings for
action repositories. However, we can simply change action handler
to work on POST /{username} instead.
Fix #18037
Signed-off-by: Andrew Thornton <art27@cantab.net>