0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-11 14:04:46 +01:00
gitea/services/actions
yp05327 98217b0340
Fix invalid link of the commit status when ref is tag (#29752)
Fix #29731
Caused by #24634
Also remove fixme.

ps: we can not fix the existed runs, as wrong refs are all recorded in
DB, and we can not know whether they are branch or tag:

![image](https://github.com/go-gitea/gitea/assets/18380374/cb7cf266-f73f-419a-be1a-4689fdd1952a)
2024-03-19 07:23:40 +00:00
..
auth.go
auth_test.go
cleanup.go
clear_tasks.go
commit_status.go
init.go
job_emitter.go
job_emitter_test.go
notifier.go
notifier_helper.go
schedule_tasks.go