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)
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-07-31 15:27:02 +02:00
parent 2a5ba3bc21
commit 2c52eb7b7e

View File

@@ -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