bcgov / bcgov/action-oc-runner
Add guardrails for large commands output payloads
Open
- Dominant language
- Shell
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Summary
Protect the action from oversized command output payloads written to `$GITHUB_OUTPUT`.
## Scope
- Add size-aware handling before writing mapped `commands` output
- Truncate oversized payloads with a clear warning/annotation
- Document output-size behavior in README
## Why
Large payloads can make logs noisy and may hit GitHub output limits unexpectedly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.