Files
freeCodeCamp/tools/crowdin/actions/hide-specific-string/action.yml
Nicholas Carrigan (he/him) 643f34fe3a feat(tools): hide string action (#42547)
Create an action that allows us to hide a specific string during
the crowdin upload process.
2021-06-17 23:54:56 +05:30

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