Files
Gitea/modules/git
Zettat123 f301a8aa1a Improve actions notifier for workflow_run (#37088) (#37099)
Backport #37088

Changes:

- Make `GetActionWorkflow` only convert the target workflow
- In `getActionWorkflowEntry`, use `branchName` instead of resolving the
default branch name from `commit.GetBranchName()`
- Add `ref` to `workflow_run` notify input to avoid the empty `ref`
warning
2026-04-03 15:42:39 -07:00
..
2025-08-27 11:00:01 +00:00
2025-10-15 12:55:30 +00:00
2025-08-27 11:00:01 +00:00
2025-09-15 23:33:12 -07:00
2025-10-21 05:47:37 +00:00
2025-04-01 10:14:01 +00:00
2025-01-13 14:01:53 +08:00
2025-07-30 07:08:59 +00:00

Git Module

This module is merged from https://github.com/go-gitea/git which is a Go module to access Git through shell commands. Now it's a part of gitea's main repository for easier pull request.