Gitea actions: is it possible to set a `run-name`?

hi,

same here: my yaml file looks like the demo one:

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions
on: [push]

jobs:
  Explore-Gitea-Actions:
    runs-on: ubuntu-latest
    steps:
      - run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event."

Name of the job (Explore-Gitea-Actions)is well found in action’s run details

But neither name nor run-name are found in the runs list, rather commit message

Note: running gitea 1.20.2