cucumber / action-publish-rubygem

GitHub Action to publish a Ruby Gem
MIT License
1 stars 2 forks source link

use kebab-case for inputs #2

Open mattwynne opened 3 years ago

mattwynne commented 3 years ago

For consistency with other github actions.

Rename e.g. working_directory to working-directory

luke-hill commented 11 months ago

@mattwynne is this still relevant? the with param on github actions is from their API, so I think it needs to be snake cased?

mattwynne commented 11 months ago

Yeah, it's still relevant. It's minor though. The work would be in going over all the places where we use it (e.g. here) to change the way we're using it.