diff --git a/README.md b/README.md index 49989c5..c0ab45f 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,8 @@ You can specify the configuration file path with `-c`/`--config` argument. ./act_runner -c config.yaml daemon # run with config file ``` +You can read the latest version of the configuration file online at [config.example.yaml](internal/pkg/config/config.example.yaml). + ### Example Deployments Check out the [examples](examples) directory for sample deployment types. diff --git a/internal/pkg/config/config.example.yaml b/internal/pkg/config/config.example.yaml index e3d51d9..78c34a7 100644 --- a/internal/pkg/config/config.example.yaml +++ b/internal/pkg/config/config.example.yaml @@ -31,6 +31,7 @@ runner: fetch_interval: 2s # The labels of a runner are used to determine which jobs the runner can run, and how to run them. # Like: "macos-arm64:host" or "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest" + # Find more images provided by Gitea at https://gitea.com/gitea/runner-images . # If it's empty when registering, it will ask for inputting labels. # If it's empty when execute `daemon`, will use labels in `.runner` file. labels: