From 718bf21967b386413d85e35eb9609b9114449e3b Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Mon, 20 Jan 2025 11:47:50 -0800 Subject: [PATCH] Update markdown-link-check.yml Signed-off-by: Paul Schmiedmayer --- .github/workflows/markdown-link-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/markdown-link-check.yml b/.github/workflows/markdown-link-check.yml index fb6a17e..75ca0e5 100644 --- a/.github/workflows/markdown-link-check.yml +++ b/.github/workflows/markdown-link-check.yml @@ -39,6 +39,8 @@ jobs: else echo "Configuration file exists. Skipping creation." fi + echo "Contents of $CONFIG_FILE:" + cat $CONFIG_FILE - name: Linkspector uses: umbrelladocs/action-linkspector@v1 with: