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 }}