https://github.com/vbem/flatten-contexts
An action dumps flattened GitHub contexts for debugging.
https://github.com/vbem/flatten-contexts
actions contexts debug dump github-actions
Last synced: 7 months ago
JSON representation
An action dumps flattened GitHub contexts for debugging.
- Host: GitHub
- URL: https://github.com/vbem/flatten-contexts
- Owner: vbem
- License: apache-2.0
- Created: 2022-04-02T14:35:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T07:00:00.000Z (almost 2 years ago)
- Last Synced: 2025-02-19T20:03:23.316Z (8 months ago)
- Topics: actions, contexts, debug, dump, github-actions
- Homepage: https://github.com/marketplace/actions/flatten-contexts
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Flatten contexts
[](https://github.com/vbem/flatten-contexts/actions/workflows/test.yml)
[](https://github.com/vbem/flatten-contexts/actions/workflows/linter.yml)
[](https://github.com/vbem/flatten-contexts/releases)
[](https://github.com/marketplace/actions/flatten-contexts)This action can dump **"flattened"** [*GitHub contexts*](https://docs.github.com/en/actions/learn-github-actions/contexts#example-printing-context-information-to-the-log), which is more friendly than JSON for searching and debugging. 😀

## Example usage
```yaml
- name: Dump flattened GitHub contexts
uses: vbem/flatten-contexts@v1
```## Inputs
ID | Type | Default | Description
--- | --- | --- | ---
`sep` | String | ` 👉 ` | Separator between key and value