You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Actions provides various contexts, such as github, job, runner, which can be accessed from various places in a workflow. Is it possible to access these contexts with this toolkit too?
From what I have seen, only a part of the github context can be accessed through the github.context object in the @actions/github package. However, this is not exactly identical to the github context, and also all the other contexts, as listed here, don't seem to be accessible.
The text was updated successfully, but these errors were encountered:
GitHub Actions provides various contexts, such as
github
,job
,runner
, which can be accessed from various places in a workflow. Is it possible to access these contexts with this toolkit too?From what I have seen, only a part of the
github
context can be accessed through thegithub.context
object in the@actions/github
package. However, this is not exactly identical to thegithub
context, and also all the other contexts, as listed here, don't seem to be accessible.The text was updated successfully, but these errors were encountered: