You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/services/actions
wxiaoguang e9288c2477
Fix improper HTMLURL usages in Go code (#22839)
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>
1 year ago
..
clear_tasks.go Implement actions (#21937) 1 year ago
commit_status.go Fix improper HTMLURL usages in Go code (#22839) 1 year ago
init.go Implement actions (#21937) 1 year ago
job_emitter.go Implement actions (#21937) 1 year ago
job_emitter_test.go Implement actions (#21937) 1 year ago
notifier.go Implement actions (#21937) 1 year ago
notifier_helper.go Add more events details supports for actions (#22680) 1 year ago