logs.gokuls.in

2 pull requests merged across 1 repo

bahdotsh/wrkflw

  • Fix remote workflow execution failing with 'No such file or directory'
  • Move workflow parsing and execution inside tempdir scope to prevent premature cleanup of temporary directory
  • Ensure TempDir stays alive during entire remote workflow lifecycle
  • Remote workflows like pytorch/test-infra/.github/workflows/*.yml@main now execute successfully

Resolves #47

  • Mount GitHub environment files directory containing GITHUB_ENV, GITHUB_OUTPUT, GITHUB_PATH, and GITHUB_STEP_SUMMARY
  • Resolves Docker container exit code -1 when writing to $GITHUB_ENV
  • Update volume mapping in both step execution contexts in engine.rs
  • Tested on macOS with Docker Desktop

Closes: Issue #57