Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 762 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 762 Bytes

setup-phraseapp

GitHub Actions status

This action sets Phrase command line tool for API Management

Usage

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 of phrase.

License

The scripts and documentation in this project are released under the MIT License

Contributions

Contributions are welcome!