Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chingc/demo-github-actions-contexts

A quickstart and reference for my future self.
https://github.com/chingc/demo-github-actions-contexts

demo quickstart reference

Last synced: 3 days ago
JSON representation

A quickstart and reference for my future self.

Awesome Lists containing this project

README

        

# Demo

Contexts are a way to access information about workflow runs, variables, runner environments, jobs, and steps.

This can be helpful for debugging workflow errors or bugs.

> Warning: Be careful when printing the entire context as it may contain sensitive information.

## Overview

- Shows various contexts

## References

- [GitHub Docs: GitHub Actions](https://docs.github.com/en/actions)
- [GitHub Docs: Accessing contextual information about workflow runs](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/contexts)