From a1d0582ca9124a9df69782d0ccb03d9b3e39d96d Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Fri, 3 Apr 2026 08:28:32 -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 9e66dee..4457037 100644 --- a/.github/workflows/crucible-ci.yaml +++ b/.github/workflows/crucible-ci.yaml @@ -27,6 +27,8 @@ jobs: .github/workflows/run-crucible-tracking.yaml .github/workflows/crucible-ci.yaml docs/** + - name: Display changes + run: echo '${{ toJSON(steps.filter.outputs) }}' | jq . call-real-core-crucible-ci: needs: changes