Upload translations to Localazy, publish and promote tags.
Optional Defines the working directory where to invoke Localazy CLI command.
Optional The filename of the configuration file. Default: localazy.json
Optional The read key for the project on Localazy. Can be also defined in the Localazy config file.
Optional The write key for the project on Localazy. Can be also defined in the Localazy config file.
Optional The write key for the project on Localazy. Can be also defined in the Localazy config file.
Optional JSON string containing a branch:tag map for tag publishing.
Optional JSON string containing a branch:[from,to] map for tag promoting.
uses: MegaverseBE/localazy-action@v1
with:
read_key: ${{ secrets.LOCALAZY_READ_KEY }}
write_key: ${{ secrets.LOCALAZY_WRITE_KEY }}
publish: '{ "development": "development" }'
promote: '{ "master": { from: "development", to: "master" } }'