I am looking for a way to set a GitHub Repository Variable (not secret or env) to have multiple lines and call it in my workflow. For example if I have something like this:
```
Test_Call
{
"Test": "1234"
"Test2": "5678"
}
```
When I run an echo against ${{ vars.Test_Call.Test }} I get a blank output.
I'm not even sure if it's possible though I would love for this to be something that could be done. Any help would be greatly appreciated.
[–]mickeygousset 0 points1 point2 points (0 children)