Skip to content

HariSekhon/GitHub-Actions-Contexts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Actions Contexts

GitHub stars GitHub forks License My LinkedIn GitHub Last Commit

Dump Contexts

Dumps GitHub Actions contexts for debugging and exploring undocumented fields to be used in advanced GitHub Actions workflows.

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:

Dump Contexts Push - Push Contexts

Dump Contexts Pull Request - Pull Request Contexts

Dump Contexts Workflow Dispatch - Workflow Dispatch Contexts (Manual trigger)

Dump Contexts Schedule - Schedule Contexts

GitHub Documentation

https://docs.github.com/en/actions/learn-github-actions/contexts#example-printing-context-information-to-the-log