actions / runner-container-hooks

Runner Container Hooks for GitHub Actions
MIT License
63 stars 41 forks source link

Read logs also from failed child (container job/container action) pod #135

Closed katarzynainit closed 4 months ago

katarzynainit commented 5 months ago

Currently, when child pod (e.g. container action related) fails at startup (e.g. wrong input parameters for entrypoint), its logs are not read by runner and not pushed to GH UI.

Such PR changes this behavior.