Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 514 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 514 Bytes

Push Translations

Pushes translations on merge to master, and notifies Slack of the changes.

Configuration

This action expects a .tx/config file configured for your project

Input Options

  • since_commit: By default, this action will check for changes against the last commit (HEAD~1). If you'd like to push changes for more than the most recent commit, use the since_commit input option to specify this.