gndelia/OneSky File uploader
Upload resource files to the OneSky service
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 18, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: gndelia/onesky-uploader-action@5fd82e7a14268b10f8f141e88cb5a621ba033655 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| projectId | ProjectId to which upload the file | yes | — |
| publicKey | PublicKey from your OneSky account. | yes | — |
| privateKey | PrivateKey from your OneSky account. | yes | — |
| filepath | Path to the folder where your resource file is stored. | yes | — |
| filename | Full name (with extension) of your resource file. | yes | — |
| locale | Locale code of your resource file. Should match the ones listed here https://github.com/onesky/api-documentation-platform/blob/master/resources/locale.md#list---list-all-locales | yes | — |
| fileformat | Specify the input format. | no | IOS_STRINGS |
| isKeepingAllStrings | For strings that cannot be found in newly uploaded file with same file name, keep those strings unchange if set to true. Deprecate those strings if set to false. Notice that different files will not interfere each other in the same project. For example, with setting is_keeping_all_strings to false, uploading en2.po will not deprecate strings of previously uploaded file, en.po. | no | true' |
| isAllowTranslationSameAsOriginal | This setting applies to translation upload, skip importing translations that are the same as source text if set to false. Keeping the translations that are the same as source text if set to true. | no | false |
Outputs
no outputs