From f87f2af4fa1958f3f991ae8ec32678ee55823ea4 Mon Sep 17 00:00:00 2001 From: "sebastian.serfling" Date: Thu, 7 May 2026 12:39:45 +0000 Subject: [PATCH] change act_runner source --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d88f1c3..3726d6c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ Der Runner führt die Workflows aus. Wähle einen Host (Proxmox-Node, dein PC, o ```bash # Binary herunterladen mkdir -p /opt/gitea-runner && cd /opt/gitea-runner -wget https://dl.gitea.com/act_runner/latest/act_runner-linux-amd64 +wget https://dl.gitea.com/act_runner/0.6.1/act_runner-0.6.1-linux-amd64 +mv act_runner-0.6.1-linux-amd64 act_runner-linux-amd64 chmod +x act_runner-linux-amd64 # Runner registrieren