From f61829905f130ae3ebe8d6d7dbb985c495184df0 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 28 Aug 2024 10:18:02 +0900 Subject: [PATCH] action runner basic download info added --- download-act_runner.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 download-act_runner.sh diff --git a/download-act_runner.sh b/download-act_runner.sh new file mode 100644 index 0000000..c1e00b7 --- /dev/null +++ b/download-act_runner.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +#curl -s https://api.github.com/repos/go-gitea/gitea/releases/latest |grep browser_download_url | cut -d '"' -f 4 | grep '\linux-amd64$' | wget -i - +echo "https://dl.gitea.com/act_runner/"