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/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.
1 year ago
..
run.go Fix ref to trigger Actions (#22679) 1 year ago
run_job.go Implement actions (#21937) 1 year ago
run_job_list.go Implement actions (#21937) 1 year ago
run_list.go Implement actions (#21937) 1 year ago
runner.go Implement actions (#21937) 1 year ago
runner_list.go Implement actions (#21937) 1 year ago
runner_token.go Implement actions (#21937) 1 year ago
status.go Implement actions (#21937) 1 year ago
task.go Implement actions (#21937) 1 year ago
task_list.go Implement actions (#21937) 1 year ago
task_step.go Implement actions (#21937) 1 year ago
utils.go Implement actions (#21937) 1 year ago
utils_test.go Implement actions (#21937) 1 year ago