Skip to content

user/settings/actions/runners not working #34269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
derethor opened this issue Apr 23, 2025 · 2 comments · Fixed by #34270
Closed

user/settings/actions/runners not working #34269

derethor opened this issue Apr 23, 2025 · 2 comments · Fixed by #34270
Labels

Comments

@derethor
Copy link

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

@wxiaoguang
Copy link
Contributor

It is a regression bug, will fix.

@wxiaoguang
Copy link
Contributor

-> Fix runner list tmpl #34270

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants