actions-marketplace-validations/update_cloud_translate_glossary
a github action for update google cloud translate glossary resource
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| access-token | access token generated by google-github-actions/auth | yes | — |
| bucket-name | name of google cloud storage bucket where glossary file existed | yes | — |
| glossary-name | name of glossary resource | yes | — |
| glossary-file-name | name of glossary file | yes | — |
| project-id | project id of your google cloud translation API | yes | — |
| source-language | if your the glossary file is one pair, please set this input | no | — |
| target-language | if your glossary file is one pair, please set this input | no | — |
| language-codes-set | if your glossary file is multi-language sets, set this as comma separated string of language codes | no | — |
| wait-time | create glossary source is a long-time operation, if you want to wait for operation ending please set this with second,default is 0 sec max is 300 secs | no | 0 |
Outputs
| name | description |
|---|---|
| operation-name | if the return operation state is RUNNING, this will be output |