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 }}"