gitea/modules/actions
Lunny Xiao 368d43643f
Fix actions workflow branches match bug ()
caused by  

`pushPayload.Ref` and `prPayload.PullRequest.Base.Ref` have the format
like `refs/heads/<branch_name>`, so we need to trim the prefix before
comparing.
..
log.go Implement actions ()
task_state.go Implement actions ()
task_state_test.go Implement actions ()
workflows.go Fix actions workflow branches match bug ()