mirror of
https://github.com/actions/add-to-project.git
synced 2026-01-06 09:57:17 +08:00
chore: document outputs in action manifest
Closes https://github.com/actions/add-to-project/issues/380
This commit is contained in:
committed by
Federico
parent
f52c62c27e
commit
e55c147417
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user