From 213193f269844e56af378ee2cf0924283a5d47d2 Mon Sep 17 00:00:00 2001 From: Emilien Escalle Date: Fri, 20 Jun 2025 12:07:11 +0200 Subject: [PATCH] fix: add missing input in action manifest Signed-off-by: Emilien Escalle --- .github/ghadocs/branding.svg | 24549 ++++++++++++++++++++++++++++++++- action.yml | 6 + 2 files changed, 24452 insertions(+), 103 deletions(-) diff --git a/.github/ghadocs/branding.svg b/.github/ghadocs/branding.svg index a53eb1f..e0deab6 100644 --- a/.github/ghadocs/branding.svg +++ b/.github/ghadocs/branding.svg @@ -8,6 +8,7 @@ version="1.1" id="svg3661" xml:space="preserve" + xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">composeactionBy hoverkraft + y="62.65033">By hoverkraftactioncompose diff --git a/action.yml b/action.yml index 09858fa..e5809c6 100644 --- a/action.yml +++ b/action.yml @@ -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 }}