From cb3a7b47af1a14aab115fb4a23ab997140d892a1 Mon Sep 17 00:00:00 2001 From: Clay Miller Date: Tue, 28 Oct 2025 15:19:59 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20Set=20'results'=20output=E2=80=99s=20val?= =?UTF-8?q?ue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 9bc64e6..49deef4 100644 --- a/action.yml +++ b/action.yml @@ -35,6 +35,7 @@ inputs: outputs: results: description: "List of issues and pull requests filed (and their associated finding(s)), as stringified JSON" + value: ${{ steps.results.outputs.results }} runs: using: "composite"