mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-10 09:05:55 -05:00
13 lines
323 B
YAML
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
|