From 20b40a03f7d6cf195d2dfe1466f25177d7d5ae0d Mon Sep 17 00:00:00 2001 From: Socheat Sok Date: Sat, 1 Jun 2024 12:07:43 +0700 Subject: [PATCH] Update action.yml outputs --- action.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 0ecbf87..7b2d340 100644 --- a/action.yml +++ b/action.yml @@ -29,9 +29,11 @@ inputs: required: false outputs: matrix: - description: 'The release matrix data' - version: - description: 'The release versions' + description: 'The `matrix` data' + releases: + description: 'The `matrix.release`` data' + versions: + description: 'The `matrix.versions` data' runs: using: 'node20' main: 'dist/index.js'