chore: document outputs in action manifest

Closes https://github.com/actions/add-to-project/issues/380
This commit is contained in:
Federico Grandi
2023-05-12 19:48:53 +02:00
committed by Federico
parent f52c62c27e
commit e55c147417

View File

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