GitHub Actions Contexts
February 3, 2026 ยท View on GitHub
Dumps GitHub Actions contexts for debugging and exploring undocumented fields to be used in advanced GitHub Actions workflows.
Dumps for:
- Linux (Ubuntu latest inside container for max info including Docker)
- macOS latest - you'll want this to reference for iOS mobile development CI/CD reference
Uses my GitHub-Actions Reusable Workflows Library where there is much more interesting and advanced stuff.
Specific Contexts
Available context information changes depending on the context that triggered the workflow, so you will likely need to check and compare these more specific context dumps:
-
Workflow Dispatch Contexts (Manual trigger)
GitHub Documentation
Knowledge Base
Check the Knowledge-Base GitHub Actions Best Practices page.
GitHub Actions Library
More Core Repos
Knowledge
DevOps Code
Containerization
CI/CD
Databases - DBA - SQL
DevOps Reloaded
Monitoring
Templates
Desktop
Spotify
The rest of my original source repos are here.
Pre-built Docker images are available on my DockerHub and can be re-generated using the my Dockerfiles repo.