1
0
Fork 0
forked from forgejo/forgejo

Fix empty action run title (#28113) (#28148)

Backport #28113 by @lunny

Fix #27901

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
(cherry picked from commit c997e90738)
This commit is contained in:
Giteabot 2023-11-21 12:28:14 +08:00 committed by Earl Warren
parent 2969745b0c
commit 4da95b7cf7
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 2 additions and 1 deletions

View file

@ -3558,6 +3558,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.