forgejo/services/actions
wxiaoguang e9288c2477
Fix improper HTMLURL usages in Go code ()
In Go code, HTMLURL should be only used for external systems, like
API/webhook/mail/notification, etc.

If a URL is used by `Redirect` or rendered in a template, it should be a
relative URL (aka `Link()` in Gitea)

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-02-11 14:34:11 +08:00
..
clear_tasks.go Implement actions () 2023-01-31 09:45:19 +08:00
commit_status.go Fix improper HTMLURL usages in Go code () 2023-02-11 14:34:11 +08:00
init.go Implement actions () 2023-01-31 09:45:19 +08:00
job_emitter.go Implement actions () 2023-01-31 09:45:19 +08:00
job_emitter_test.go Implement actions () 2023-01-31 09:45:19 +08:00
notifier.go Implement actions () 2023-01-31 09:45:19 +08:00
notifier_helper.go Add more events details supports for actions () 2023-02-01 13:32:46 +08:00