Skip to content

Commit 0d27069

Browse files
authored
Merge pull request #564 from CatChen/fixed-missing-outputs-in-action-yml
Fixed missing outputs in action.yml
2 parents 06ea45a + 5a7546a commit 0d27069

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ outputs:
5050
description: 'If this PR has a known compatibility score and `compat-lookup` is `true`, this contains the compatibility score (otherwise it contains 0).'
5151
maintainer-changes:
5252
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.'
53+
dependency-group:
54+
description: 'The dependency group that the PR is associated with (otherwise it is an empty string).'
5355
runs:
5456
using: 'node20'
5557
main: 'dist/index.js'

0 commit comments

Comments
 (0)