Files
freeCodeCamp/tools/crowdin/actions/unhide-specific-string/action.yml
Nicholas Carrigan (he/him) 3ed507a817 fix: unhide this string (#43292)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-08-26 08:32:10 +05:30

13 lines
323 B
YAML

name: 'Unhide Specific String'
description: "Updates a specific string to be not 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 unhide'
required: true