actions-marketplace-validations/OneSky File uploader

Upload resource files to the OneSky service

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 18, 2021
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/gndelia_onesky-uploader-action@c242ab8113eea70ebf5c8f7ef0e57b44194de738 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
projectIdProjectId to which upload the fileyes
publicKeyPublicKey from your OneSky account.yes
privateKeyPrivateKey from your OneSky account.yes
filepathPath to the folder where your resource file is stored.yes
filenameFull name (with extension) of your resource file.yes
localeLocale 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-localesyes
fileformatSpecify the input format.noIOS_STRINGS
isKeepingAllStringsFor 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.notrue'
isAllowTranslationSameAsOriginalThis 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.nofalse

no outputs