From d626027cf5576c47558b8eced8e7b3a55c811e30 Mon Sep 17 00:00:00 2001 From: "hoverkraft-bot[bot]" <128996893+hoverkraft-bot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 07:07:13 +0000 Subject: [PATCH] docs: update actions and workflows documentation [skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1cae2a9..dbc311a 100644 --- a/README.md +++ b/README.md @@ -95,21 +95,21 @@ Some extra options can be passed to the `docker compose down` command using the ## Inputs -| **Input** | **Description** | **Required** | **Default** | -| ------------------------ | -------------------------------------------------------------------------------------------------------------------------- | ------------ | ------------------------- | -| **`docker-flags`** | Additional options to pass to `docker` command. | **false** | - | -| **`compose-file`** | Path to compose file(s). It can be a list of files. It can be absolute or relative to the current working directory (cwd). | **false** | `./docker-compose.yml` | -| **`services`** | Services to perform `docker compose up`. | **false** | - | -| **`up-flags`** | Additional options to pass to `docker compose up` command. | **false** | - | -| **`down-flags`** | Additional options to pass to `docker compose down` command. | **false** | - | -| **`compose-flags`** | Additional options to pass to `docker compose` command. | **false** | - | -| **`cwd`** | Current working directory | **false** | `${{ github.workspace }}` | -| **`compose-version`** | Compose version to use. | **false** | - | -| | If null (default), it will use the current installed version. | | | -| | If "latest", it will install the latest version. | | | -| **`services-log-level`** | The log level used for Docker Compose service logs. | **false** | `debug` | -| | Can be one of "debug", "info". | | | -| **`github-token`** | The GitHub token used to create an authenticated client (to fetch the latest version of Docker Compose). | **false** | `${{ github.token }}` | +| **Input** | **Description** | **Required** | **Default** | +| ------------------------ | -------------------------------------------------------------------------------------------------------------------------- | ------------ | --------------------------- | +| **`docker-flags`** | Additional options to pass to `docker` command. | **false** | - | +| **`compose-file`** | Path to compose file(s). It can be a list of files. It can be absolute or relative to the current working directory (cwd). | **false** | `./docker-compose.yml` | +| **`services`** | Services to perform `docker compose up`. | **false** | - | +| **`up-flags`** | Additional options to pass to `docker compose up` command. | **false** | - | +| **`down-flags`** | Additional options to pass to `docker compose down` command. | **false** | - | +| **`compose-flags`** | Additional options to pass to `docker compose` command. | **false** | - | +| **`cwd`** | Current working directory | **false** | `$\{\{ github.workspace }}` | +| **`compose-version`** | Compose version to use. | **false** | - | +| | If null (default), it will use the current installed version. | | | +| | If "latest", it will install the latest version. | | | +| **`services-log-level`** | The log level used for Docker Compose service logs. | **false** | `debug` | +| | Can be one of "debug", "info". | | | +| **`github-token`** | The GitHub token used to create an authenticated client (to fetch the latest version of Docker Compose). | **false** | `$\{\{ github.token }}` |