Create an action that allows us to hide a specific string during the crowdin upload process.
13 lines
315 B
YAML
13 lines
315 B
YAML
name: 'Hide Specific String'
|
|
description: "Updates a specific string to be hidden"
|
|
runs:
|
|
using: 'node12'
|
|
main: './index.js'
|
|
inputs:
|
|
filename:
|
|
description: 'name of file with specific string to hide'
|
|
required: true
|
|
string-content:
|
|
description: 'text content of string to hide'
|
|
required: true
|