42bc496ac6
ROOT CAUSE: Act Runner v0.2.11 HOST mode reports job=failure despite all steps=success FIX 1: Remove 'set -e' (conflicts with shell exit code handling in host mode) FIX 2: Remove '|| exit 1' (cargo already returns correct exit codes) FIX 3: Add cleanup step with 'if: always()' + explicit 'exit 0' FIX 4: Ensure workspace cleanup to prevent stale state