This action sets Phrase command line tool for API Management
See action.yml
steps:
- uses: actions/checkout@v1
- uses: winify-ag/setup-phraseapp@v2
with:
version: 2.0.12
- run: phrase pull
- run: phrase push --wait
If you are using a previous version (1.16.0), you should use the
phraseapp
command instead ofphrase
.
The scripts and documentation in this project are released under the MIT License
Contributions are welcome!