coverallsapp / github-action

Coveralls Github Action
https://coveralls.io
MIT License
467 stars 75 forks source link

`action.yml` misses required `description` for input `github-token` #131

Closed Vampire closed 1 year ago

Vampire commented 2 years ago

I'm writing a serializer / deserializer for GitHub action metadata file and found your file to be invalid when testing. The GitHub documentation for the action metadata file defines the description for inputs as required, but your github-token input misses that property.

mrexox commented 1 year ago

Yep! Thank you! Updated with the recent release