From 69e87b80c86d4eb4b59ce219f6130db1534afb46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Moonlight?= Date: Sat, 6 Jan 2024 20:06:46 +0100 Subject: [PATCH] return to previous value --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bb06763..b1986c1 100644 --- a/action.yml +++ b/action.yml @@ -31,7 +31,7 @@ runs: - name: Set up options shell: bash run: | - # Extract the version and options + # Extract e.g. 0.1 from /runner/foo/bar/.../v0.1 export version=$(basename $GITHUB_ACTION_PATH | tail -c +2) wget -q https://github.com/Kleidukos/get-tested/releases/download/v${version}/get-tested-${version}-linux-amd64 -O get-tested chmod +x get-tested