mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-10 06:33:06 +08:00
fix: add missing input in action manifest
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
This commit is contained in:
parent
7098fdc4f5
commit
213193f269
24549
.github/ghadocs/branding.svg
vendored
24549
.github/ghadocs/branding.svg
vendored
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 3.5 MiB |
@ -38,6 +38,12 @@ inputs:
|
||||
If null (default), it will use the current installed version.
|
||||
If "latest", it will install the latest version.
|
||||
required: false
|
||||
services-log-level:
|
||||
description: |
|
||||
The log level used for Docker Compose service logs.
|
||||
Can be one of "debug", "info".
|
||||
required: false
|
||||
default: "debug"
|
||||
github-token:
|
||||
description: The GitHub token used to create an authenticated client (to fetch the latest version of docker compose).
|
||||
default: ${{ github.token }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user