Skip to content

user/settings/actions/runners not working #34269

Closed
@derethor

Description

@derethor

Description

I am setting up actions and runners. I created the token without problems

then, I registered the new agent running sudo ./act_runner register --no-interactive --instance https://demo.gitea.com --token s3cr3t --name test --labels label

Now, when I go to https:///user/settings/actions/runners , I get this error:

500 Internal Server Error
An error occurred:

Render failed, failed to render template: user/settings/actions, error: template error: builtin(bindata):shared/actions/runner_list:82:12 : executing "shared/actions/runner_list" at <.Editable>: can't evaluate field Editable in type *actions.ActionRunner
----------------------------------------------------------------------
							{{if .Editable $.RunnerOwnerID $.RunnerRepoID}}
							     ^
----------------------------------------------------------------------
Gitea Version: 1.24.0+dev-621-gc2c04ffff7

I can reproduce the error on the demo site. I registered the agent, and now the demo site have an error 500

https://demo.gitea.com/user/settings/actions/runners

Gitea Version

1.24.0+dev-621-gc2c04ffff7

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

Demo site

Image

My own self hosted site

Image

Git Version

1.24.0+dev-621-gc2c04ffff7

Operating System

debian 12

How are you running Gitea?

selfhosted with docker swarm

Database

SQLite

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions