forked from Ivasoft/github-actions
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
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user