Files
freeCodeCamp/tools/crowdin/actions/hide-specific-string/action.yml

13 lines
315 B
YAML
Raw Normal View History

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