Skip to content

Commit

Permalink
Fixed missing outputs in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChen committed Oct 23, 2024
1 parent 06ea45a commit 5a7546a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ outputs:
description: 'If this PR has a known compatibility score and `compat-lookup` is `true`, this contains the compatibility score (otherwise it contains 0).'
maintainer-changes:
description: 'Whether or not the the body of this PR contains the phrase "Maintainer changes" which is an indicator of whether or not any maintainers have changed.'
dependency-group:
description: 'The dependency group that the PR is associated with (otherwise it is an empty string).'
runs:
using: 'node20'
main: 'dist/index.js'

0 comments on commit 5a7546a

Please sign in to comment.