Skip to content

Latest commit

 

History

History
111 lines (70 loc) · 9.26 KB

README.md

File metadata and controls

111 lines (70 loc) · 9.26 KB

GitHub Actions Contexts

GitHub stars GitHub forks License My LinkedIn GitHub Last Commit

Dump Contexts Markdown

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

More Core Repos

Knowledge

Readme Card Readme Card

DevOps Code

Readme Card Readme Card Readme Card Readme Card

Containerization

Readme Card Readme Card

CI/CD

Readme Card Readme Card

DBA - SQL

Readme Card

DevOps Reloaded

Readme Card Readme Card Readme Card Readme Card Readme Card

Templates

Readme Card Readme Card

Misc

Readme Card Readme Card

The rest of my original source repos are here.

Pre-built Docker images are available on my DockerHub.