diff --git a/README.md b/README.md index a57b9ca..dbebf2b 100644 --- a/README.md +++ b/README.md @@ -90,15 +90,17 @@ Some extra options can be passed to the `docker compose down` command using the # compose-version: "" + # Description: The log level used for Docker Compose service logs. Can be one of + # "debug", "info". + # + # Default: debug + services-log-level: "" + # Description: The GitHub token used to create an authenticated client (to fetch # the latest version of docker compose). # # Default: ${{ github.token }} github-token: "" - - # Description: The log level used for Docker Compose service logs. Can be one of "debug", "info". - # Default: "debug" - services-log-level: "debug" ``` @@ -117,8 +119,8 @@ Some extra options can be passed to the `docker compose down` command using the | compose-flags | Additional options to pass to docker compose command. | | **false** | | cwd | Current working directory | ${{ github.workspace }} | **false** | | compose-version | Compose version to use.
If null (default), it will use the current installed version.
If "latest", it will install the latest version. | | **false** | +| services-log-level | The log level used for Docker Compose service logs.
Can be one of "debug", "info". | debug | **false** | | github-token | The GitHub token used to create an authenticated client (to fetch the latest version of docker compose). | ${{ github.token }} | **false** | -| services-log-level | The log level used for Docker Compose service logs. Can be one of "debug", "info". | debug | **false** |