Add Forgejo runner and check update action

This commit is contained in:
pazpi 2025-12-03 17:20:23 +01:00
parent ce9f9d17cb
commit ed796a19fe
10 changed files with 254 additions and 0 deletions

View file

@ -86,6 +86,9 @@ in
SSH_PORT = sshPort;
HTTP_PORT = httpPort;
};
actions = {
ENABLED = true;
};
} cfg.settings;
};