Skip to content

Commit 3086829

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9dc1f1e commit 3086829

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -96,21 +96,21 @@ Some extra options can be passed to the `docker compose down` command using the
9696
9797
## Inputs
9898
99-
| **Input** | **Description** | **Required** | **Default** |
100-
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------- | ------------ | --------------------------- |
101-
| **`docker-flags`** | Additional options to pass to `docker` command. | **false** | - |
102-
| **`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` |
103-
| **`services`** | Services to perform `docker compose up`. | **false** | - |
104-
| **`up-flags`** | Additional options to pass to `docker compose up` command. | **false** | - |
105-
| **`down-flags`** | Additional options to pass to `docker compose down` command. | **false** | - |
106-
| **`compose-flags`** | Additional options to pass to `docker compose` command. | **false** | - |
107-
| **`cwd`** | Current working directory | **false** | `$\{\{ github.workspace }}` |
108-
| **`compose-version`** | Compose version to use. | **false** | - |
109-
| | If null (default), it will use the current installed version. | | |
110-
| | If "latest", it will install the latest version. | | |
111-
| **`services-log-level`** | The log level used for Docker Compose service logs. | **false** | `debug` |
112-
| | Can be one of "debug", "info". | | |
113-
| **`github-token`** | The GitHub token used to create an authenticated client (to fetch the latest version of Docker Compose). | **false** | `$\{\{ github.token }}` |
99+
| **Input** | **Description** | **Required** | **Default** |
100+
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------- | ------------ | ------------------------- |
101+
| **`docker-flags`** | Additional options to pass to `docker` command. | **false** | - |
102+
| **`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` |
103+
| **`services`** | Services to perform `docker compose up`. | **false** | - |
104+
| **`up-flags`** | Additional options to pass to `docker compose up` command. | **false** | - |
105+
| **`down-flags`** | Additional options to pass to `docker compose down` command. | **false** | - |
106+
| **`compose-flags`** | Additional options to pass to `docker compose` command. | **false** | - |
107+
| **`cwd`** | Current working directory | **false** | `${{ github.workspace }}` |
108+
| **`compose-version`** | Compose version to use. | **false** | - |
109+
| | If null (default), it will use the current installed version. | | |
110+
| | If "latest", it will install the latest version. | | |
111+
| **`services-log-level`** | The log level used for Docker Compose service logs. | **false** | `debug` |
112+
| | Can be one of "debug", "info". | | |
113+
| **`github-token`** | The GitHub token used to create an authenticated client (to fetch the latest version of Docker Compose). | **false** | `${{ github.token }}` |
114114

115115
<!-- inputs:end -->
116116

0 commit comments

Comments
 (0)