dependabot / fetch-metadata

Extract information about the dependencies being updated by a Dependabot-generated PR.
MIT License
182 stars 61 forks source link

Fixed missing outputs in action.yml #564

Open CatChen opened 3 weeks ago

CatChen commented 3 weeks ago

VS Code doesn't recognize a possible output named dependency-group because it's not declared in action.yml.

Screenshot 2024-10-23 at 12 40 46 PM

This new output was added back in https://github.com/dependabot/fetch-metadata/pull/396 but it didn't update action.yml at the time. This PR resolves the issue by copying the dependency-group information from README to action.yml.