thehanimo / pr-title-checker

An action to automatically check if pull request titles conform to Contribution Guidelines
MIT License
106 stars 36 forks source link

Fix a typo in the `remote_configuration_url` input name #42

Closed paduszyk closed 10 months ago

paduszyk commented 1 year ago

Hi!

The action is great! Thank you so much for maintaining it.

This fixes a small, but relevant, typo. The name of one of the inputs updated from remote_configuration_path to remote_configuration_url.

Luckily detected by VS Code (GitHub Actions extension, I guess).