From 1cd823ba2ae8169f8f1f415ab6db8a7c54c262f7 Mon Sep 17 00:00:00 2001 From: scap3yvt <149599669+scap3yvt@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:07:38 -0400 Subject: [PATCH] added a debug --- .github/workflows/dependencies/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dependencies/action.yml b/.github/workflows/dependencies/action.yml index e88ffb8b2..dba5c3f94 100644 --- a/.github/workflows/dependencies/action.yml +++ b/.github/workflows/dependencies/action.yml @@ -64,6 +64,9 @@ runs: shell: bash run: echo "other_modified_files_count=${{ steps.changed-files-specific.outputs.other_modified_files_count }}" >> $GITHUB_OUTPUT + - name: Check saved output + shell: bash + run: echo "$GITHUB_OUTPUT" # This second step is unnecessary but highly recommended because # It will cache database and saves time re-downloading it if database isn't stale.