From 734857c2d80dca17d6c5f6ce592f8f8bcfa83f5a Mon Sep 17 00:00:00 2001 From: JesperPost <80447542+JesperPost@users.noreply.github.com> Date: Tue, 6 Jan 2026 10:59:36 +0100 Subject: [PATCH] Update README to include summary output information Added a note about the action delivering a summary as a GitHub step output. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c9d40a4..d72ed62 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ This action supports additional arguments. Most are converted to parameters for | --composed | composed | false | | N/A | output-to-file | '' | +This action delivers a summary, accessible as a GitHub step output named diff. + ### Check for breaking API changes, and fail if any are found Copy and paste the following snippet into your build .yml file: ```