From e55c147417522eed4dd9d20b46b044e2158fdb2f Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Fri, 12 May 2023 19:48:53 +0200 Subject: [PATCH] chore: document outputs in action manifest Closes https://github.com/actions/add-to-project/issues/380 --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 45ec1d0..1ff0969 100644 --- a/action.yml +++ b/action.yml @@ -16,6 +16,9 @@ inputs: label-operator: required: false description: The behavior of the labels filter, AND to match all labels, OR to match any label, NOT to exclude any listed label (default is OR) +outputs: + itemId: + description: The ID of the item that was added to the project runs: using: 'node16' main: 'dist/index.js'