From 1cec29b8b72de11f08f493b728b19a5c1abeb35f Mon Sep 17 00:00:00 2001 From: Diogo Pacheco <100862257+dpacheconr@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:26:53 +0000 Subject: [PATCH] improve logging --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa75acb..b6b2718 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ Each workflow's run/execution steps can be viewed as spans, and logs are also ca ## Troubleshooting -Configure `GHA_DEBUG` as secret in your repository and set it to true -Add GHA_DEBUG: ${{ secrets.GHA_DEBUG }} to your env configuration block. +- Configure `GHA_DEBUG` as secret in your repository and set it to true +- Add GHA_DEBUG: ${{ secrets.GHA_DEBUG }} to your env configuration block. ## Contributing