Expand description
A type-safe implementation of workflow context: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs
Structs§
- Container
- Container information for a job. This is only available if the job runs in a container.
- Context
- Github
- Job
- The job context contains information about the currently running job.
- Services
- Services configured for a job. This is only available if the job uses service containers.
Enums§
- JobStatus
- The status of a job execution