Skip to content

Commit

Permalink
Merge pull request #381 from EndBug/outputs
Browse files Browse the repository at this point in the history
chore: document outputs in action manifest
  • Loading branch information
mattcosta7 committed May 12, 2023
2 parents f52c62c + e55c147 commit af1fa79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit af1fa79

Please sign in to comment.