Gitea Actions: "failed to attach to exec: http: invalid Host header"

gitea与act_runner以及act_runner创建的容器均在同一docker network下。
该问题导致actions几乎无法运行任何命令

[publish/publish] [DEBUG] Wrote command
echo “test output”
to ‘workflow/0.sh’
[publish/publish] [DEBUG] Writing entry to tarball workflow/0.sh len:20
[publish/publish] [DEBUG] Extracting content to ‘/var/run/act’
[publish/publish] :whale: docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0.sh] user= workdir=
[publish/publish] [DEBUG] Exec command ‘[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0.sh]’
[publish/publish] [DEBUG] Working directory ‘/workspace/ezrealc/memory-pulse’
[publish/publish] :x: Failure - Main echo “test output”
[publish/publish] failed to attach to exec: http: invalid Host header