0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-27 03:04:30 +01:00
gitea/services/actions
Zettat123 a42a838843
Fix ref for workflows triggered by pull_request_target (#25743)
Follow #25229

At present, when the trigger event is `pull_request_target`, the `ref`
and `sha` of `ActionRun` are set according to the base branch of the
pull request. This makes it impossible for us to find the head branch of
the `ActionRun` directly. In this PR, the `ref` and `sha` will always be
set to the head branch and they will be changed to the base branch when
generating the task context.
2023-07-07 19:22:03 +00:00
..
clear_tasks.go Fix content holes in Actions task logs file (#25560) 2023-06-28 19:07:29 +02:00
commit_status.go
init.go
job_emitter.go
job_emitter_test.go
notifier.go Fix Permission in API returned repository struct (#25388) 2023-06-22 13:08:08 +00:00
notifier_helper.go Fix ref for workflows triggered by pull_request_target (#25743) 2023-07-07 19:22:03 +00:00