Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chingc/demo-github-actions-contexts
- Owner: chingc
- License: mit
- Created: 2024-08-07T20:57:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T14:51:49.000Z (3 months ago)
- Last Synced: 2024-08-29T16:11:31.543Z (3 months ago)
- Topics: demo, quickstart, reference
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)