mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-10 12:07:05 +00:00
Merge pull request #381 from EndBug/outputs
chore: document outputs in action manifest
This commit is contained in:
@@ -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