Skip to content

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 03 Jun 08:40
6567078

Added

  • post-create.py warns loudly when no git identity is configured. The
    sandbox inherits user.name/user.email from the read-only host
    ~/.gitconfig; if that was empty/broken at build time, git commit failed
    mid-session with a cryptic "Author identity unknown" and couldn't be fixed
    from inside. Container creation now flags it last with the host-side fix.
    (post-create.py)