Files
ProxmoxVEDHelperScripts/install/forgejo-runner-install.sh
Cyra e949ed75a7 fix(forgejo-runner): cd to /root before runner registration
forgejo-runner register writes .runner config to the current working
directory. The install script runs in a temp directory (via build.func),
so the config was lost on cleanup. The systemd service expects it in
/root (WorkingDirectory=/root), so cd there before registering.
2026-04-07 10:11:13 -07:00

2.9 KiB