Warning:
This action is no longer supported, please consider using the officialphrase/setup-cli
action instead. Migration should be straight forward by replacingwinify-ag/setup-phraseapp@v3
action withphrase/setup-cli@v1
This action sets Phrase command line tool for API Management
See action.yml
steps:
- uses: actions/checkout@v1
- uses: winify-ag/setup-phraseapp@v3
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!