From 5634881717502fcab5924834d9431b65ee49dda3 Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Fri, 3 Apr 2026 08:14:09 -0500 Subject: [PATCH] feat: add display step for changes action output Add a Display changes step after tj-actions/changed-files to log the full filter outputs through jq for visibility in the GitHub UI. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/crucible-ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/crucible-ci.yaml b/.github/workflows/crucible-ci.yaml index 00ee596..1bb268e 100644 --- a/.github/workflows/crucible-ci.yaml +++ b/.github/workflows/crucible-ci.yaml @@ -28,6 +28,8 @@ jobs: .github/workflows/crucible-merged.yaml .github/workflows/crucible-ci.yaml docs/** + - name: Display changes + run: echo '${{ toJSON(steps.filter.outputs) }}' | jq . call-real-tool-crucible-ci: needs: changes