File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# JSON to variables
2- This action reads json file and writes its content as environment variables.
2+ This action reads json file and writes its content as environment variables with optional secret masking .
33
44## Inputs
55
@@ -11,6 +11,10 @@ This action reads json file and writes its content as environment variables.
1111
1212The prefix. Default value ` json ` .
1313
14+ ### ` masked `
15+
16+ Mask variables as secrets. Default value ` false ` .
17+
1418## Usage
1519
1620### File content
Original file line number Diff line number Diff line change 11name : ' JSON to environment variables'
22author : ' Roberto García'
3- description : ' This action reads json file and writes its content as environment variables'
3+ description : ' This action reads json file and writes its content as environment variables with optional secret masking '
44branding :
55 icon : ' lock'
66 color : ' red'
Original file line number Diff line number Diff line change 11{
22 "name" : " json-to-variables" ,
33 "version" : " 1.1.0" ,
4- "description" : " This action reads json file and writes its content as environment variables" ,
4+ "description" : " This action reads json file and writes its content as environment variables with optional secret masking " ,
55 "main" : " index.js" ,
66 "scripts" : {
77 "build" : " ncc build index.js --license licenses.txt" ,
You can’t perform that action at this time.
0 commit comments