Hi,
I have a variable called payload that I defined in the initiation of the workflow. I want to access it inside a string. How to do that?
https://api.github.com/repos/test/$payload.repoName/contents/.github/workflows/example.yaml → use “$payload.repoName” here.
Defined the variable here.