sillyguodong
commented on issue gitea/act_runner#313
在 v0.2.4无法使用私有actions/checkout
> Failure - Main actions/checkout@v3
It should be fixed in
v0.2.5
.
sillyguodong
commented on issue gitea/act_runner#323
Avoid creating new action runner token after each update
Maybe a reusable register token can resolve it.
sillyguodong
closed issue gitea/act_runner#322
error when running act_runner daemon
sillyguodong
commented on issue gitea/act_runner#322
error when running act_runner daemon
> Now it is working but it throws a warning
Never mind, It won't hinder you from using it.
This warning related to https://github.com/go-gitea/gitea/pull/24806. So after Gitea 1.21 relsead,…
sillyguodong
commented on issue gitea/act_runner#322
error when running act_runner daemon
> Do I need to have docker installed?
It's not necessary.(But we recommend that you run jobs in container, see [document](https://docs.gitea.com/usage/actions/act-runner#requirements))
If…
sillyguodong
commented on issue gitea/act_runner#322
error when running act_runner daemon
Is your socket in the following path, if not you can specify it via an environment variable (
DOCKER_HOST
).
```
"/var/run/docker.sock",
"/var/run/podman/podman.sock",
"$HOME/.colima/docker.soc…
sillyguodong
commented on issue gitea/act_runner#320
Self Hosted Gitea and act_runner running same box
https://docs.gitea.com/next/administration/config-cheat-sheet#actions-actions
Are you set
DEFAULT_ACTIONS_URL
set to self
?
sillyguodong
created pull request gitea/act_runner#319
Fix "http: invalid Host header" issue
sillyguodong
commented on issue gitea/act_runner#315
0.2.4 release binaries broken
related issue https://github.com/golang/go/issues/61076?