From b5813f266055ace2efaea16737715840f484cf76 Mon Sep 17 00:00:00 2001 From: fithwum Date: Thu, 18 Dec 2025 07:04:16 -0800 Subject: [PATCH] Add main/runner.sh --- main/runner.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 main/runner.sh diff --git a/main/runner.sh b/main/runner.sh new file mode 100644 index 0000000..c7a148a --- /dev/null +++ b/main/runner.sh @@ -0,0 +1,8 @@ + + +cd /usr/local/bin/ + +sudo wget https://gitea.com/gitea/act_runner/releases/download/v0.2.13/act_runner-0.2.13-linux-amd64 + + +sudo ./act_runner --config config.yaml register \ No newline at end of file