1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 09:07:19 +00:00

Fix empty action run title (#28113)

Fix #27901
This commit is contained in:
Lunny Xiao
2023-11-21 11:00:59 +08:00
committed by GitHub
parent 247927a9b5
commit 0c0d17f17e
2 changed files with 2 additions and 1 deletions

View File

@ -3530,6 +3530,7 @@ runs.actors_no_select = All actors
runs.status_no_select = All status
runs.no_results = No results matched.
runs.no_runs = The workflow has no runs yet.
runs.empty_commit_message = (empty commit message)
workflow.disable = Disable Workflow
workflow.disable_success = Workflow '%s' disabled successfully.