gitea/models/actions
Jason Song 707ecec715
Fix ref to trigger Actions (#22679)
If triggered by PR, the ref should be `pull/<index>/head` instead of
`repo.DefaultBranch`.

And improve UI:

<img width="493" alt="image"
src="https://user-images.githubusercontent.com/9418365/215731280-312564f2-2450-45d0-b986-1accb0670976.png">


Related to #21937.
2023-01-31 22:45:25 +00:00
..
run.go Fix ref to trigger Actions (#22679) 2023-01-31 22:45:25 +00:00
run_job.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
run_job_list.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
run_list.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
runner.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
runner_list.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
runner_token.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
status.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
task.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
task_list.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
task_step.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
utils.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
utils_test.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00