coverallsapp/github-action

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

Vampire opened this issue · 1 comments

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

Yep! Thank you! Updated with the recent release