Merge pull request #381 from EndBug/outputs

chore: document outputs in action manifest
This commit is contained in:
Matthew Costabile
2023-05-12 19:38:36 +00:00
committed by GitHub

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'