Skip to content

Releases: deep-mm/set-variables

Latest Version

23 Nov 13:58
Compare
Choose a tag to compare

This action can be used to convert your variables.json file into environment variables to be used within the scope of a job.
The {variable_name}.json file must reside in .github/variables
The format of variable json file is:
{
"variables": [
{
"name": "variable1",
"value": "variable1value"
},
{
"name": "variable2",
"value": "variable2value"
}
]
}