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