From 19c2811df947a096d757bf16b14cbbb82eec6789 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 20 Sep 2024 23:41:56 -0400 Subject: [PATCH] chore: moving debug somewhere --- .github/workflows/validation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 7662725..39094ae 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -8,6 +8,8 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + - name: Debug The Values + run: echo "${{ steps.changed-files.outputs.any_changed }}" - name: Get Files id: changed-files uses: tj-actions/changed-files@v34 @@ -43,5 +45,3 @@ jobs: proxy-url: https://is-a-good-dev-gh-proxy.talosbot.xyz/ repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens allow-repeats: false # Default: false - - name: Debug any_changed - run: echo "${{ steps.changed-files.outputs.any_changed }}"