gitea/modules/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
..
github.go Support `pull_request_target` event (#25229) 2023-06-26 14:33:18 +08:00
github_test.go Support `pull_request_target` event (#25229) 2023-06-26 14:33:18 +08:00
log.go Support downloading raw task logs (#24451) 2023-06-29 10:58:56 +08:00
task_state.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
task_state_test.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
workflows.go Fix `ref` for workflows triggered by `pull_request_target` (#25743) 2023-07-07 19:22:03 +00:00
workflows_test.go Fix activity type match in `matchPullRequestEvent` (#25746) 2023-07-07 16:30:07 +00:00