Skip to content
Compare
Choose a tag to compare
@deep-mm deep-mm released this 23 Nov 13:58
· 10 commits to main since this release

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"
}
]
}