From b2e16ac1e0521bf62ac5d239f9474ad443e25dd6 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Sat, 25 Jul 2026 13:04:26 +0200 Subject: [PATCH] debugging action --- conditional-variables/action.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conditional-variables/action.yaml b/conditional-variables/action.yaml index 1aea453..f3c8fad 100644 --- a/conditional-variables/action.yaml +++ b/conditional-variables/action.yaml @@ -61,6 +61,10 @@ runs: using: composite steps: + - name: Debug inputs + shell: bash + run: | + echo "rules=[${{ inputs.rules }}]" - name: Evaluate rules id: evaluate shell: bash