From 2c52eb7b7e61343b35a22906c2094b8f515d4bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Van=C3=AD=C4=8Dek?= Date: Mon, 31 Jul 2023 15:27:02 +0200 Subject: [PATCH] Downgrade act to 0.2.41 to avoid "failed to attach to exec: http: invalid Host header" (https://gitea.com/gitea/act_runner/issues/293) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a074d6b..669193f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: act image: golang:1.19 commands: - - git clone -b v0.2.48 https://github.com/nektos/act.git && cd act + - git clone -b v0.2.41 https://github.com/nektos/act.git && cd act - export ACT_VERSION=$(git describe --tags --dirty --always | sed -e 's/^v//') - git apply ../patches/001-workdir-bind.patch - mkdir bin