From 765986dd3e37c58692011629eb8a5f146ad9484c Mon Sep 17 00:00:00 2001 From: Emilien Escalle Date: Thu, 30 Jan 2025 10:04:38 +0100 Subject: [PATCH] docs: add ref link to debug mode Signed-off-by: Emilien Escalle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8e5aca..aaedc4b 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Some extra options can be passed to the `docker-compose up` command using the `u ### Post hook On post hook, the action will run `docker-compose down` to clean up the services. -In debug mode, the logs of the running services are printed before the cleanup. +In [debug mode](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging), the logs of the running services are printed before the cleanup. Some extra options can be passed to the `docker-compose down` command using the `down-flags` input.