Open mattwynne opened 3 years ago
For consistency with other github actions.
Rename e.g. working_directory to working-directory
working_directory
working-directory
@mattwynne is this still relevant? the with param on github actions is from their API, so I think it needs to be snake cased?
with
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.
For consistency with other github actions.
Rename e.g.
working_directory
toworking-directory