10 lines
234 B
Markdown
10 lines
234 B
Markdown
|
# gitea-act-runner
|
||
|
|
||
|
A runner for Gitea based on act.
|
||
|
|
||
|
## Important step when deploying
|
||
|
When the runner loops not being able to read the file `/config/config.yaml`, enter the container and execute
|
||
|
```bash
|
||
|
touch /config/config.yaml
|
||
|
```
|