crowdin / github-action

A GitHub action to manage and synchronize localization resources with your Crowdin project
https://crowdin.com
MIT License
151 stars 52 forks source link

Use the GitHub CLI instead of making curl API requests #220

Open andrii-bodnar opened 6 months ago

andrii-bodnar commented 6 months ago

Using the GitHub CLI instead of making curl API requests should simplify the code and will be the more reliable and error-prone approach.

https://cli.github.com/

Code:

iamstarkov commented 1 month ago

yes, it will make it more reliable