I come from JS development and I have a habit of digging, inside the dev tools, into objects to see their props and methods, so that I could use them for whatever functionality I wanted to create.
In GHActions, I understood that there is this workflow context object github, which encompasses everything that happens like events, repo data etc.
Currently, I am trying to create a logic for some of the steps inside a workflow and I would like to if I can base it on information the github object can provide.
Is there any, hopefully as straightforward as objects in dev tools, way to visualize and rummage through the whole github object, optimally in real time ?