https://github.com/maxisam/action-inspector
Github Action Inspector
https://github.com/maxisam/action-inspector
Last synced: over 1 year ago
JSON representation
Github Action Inspector
- Host: GitHub
- URL: https://github.com/maxisam/action-inspector
- Owner: maxisam
- License: mit
- Created: 2022-02-22T05:07:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T05:06:44.000Z (over 3 years ago)
- Last Synced: 2025-03-05T06:37:14.819Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 396 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/maxisam/action-inspector/actions/workflows/CI.yml)
# Github Action Inspector
Set `ACTIONS_STEP_DEBUG` as true in repo secret. Read more [here](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging)
It prints out current Github Environment Variable and Event Object.
[Example](https://github.com/maxisam/action-inspector/runs/5283824454?check_suite_focus=true#step:3:29)
If you want to print out every Environment Variable, set `githubEnvOnly` as false.
[Example](https://github.com/maxisam/action-inspector/blob/main/.github/workflows/CI.yml)