From 2cc0a00fe14f3ff4f68050a269f629893d58cba6 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Thu, 5 Feb 2026 20:26:46 +0100 Subject: [PATCH] feat: print images --- get-images-from-files/action.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/get-images-from-files/action.yaml b/get-images-from-files/action.yaml index cc27c97..19c8875 100644 --- a/get-images-from-files/action.yaml +++ b/get-images-from-files/action.yaml @@ -64,3 +64,7 @@ runs: fi images+="]" echo "images=${images}" >> "$GITHUB_OUTPUT" + - id: list-images + shell: bash + run: | + echo '${{ steps.format.outputs.images }}'