August 14, 2025
3 pull requests merged across 2 repos
bahdotsh/wrkflw
- Add automatic Docker image pulling in run_container_inner
- Implement smart container image selection for GitHub actions
- Fix shell command parsing to use bash -c for proper quote/pipe handling
- Map shivammathur/setup-php to composer:latest container
- Support complex commands with quotes, pipes, and substitutions
- Fixes #39
Fixes issues where:
1. Docker images required manual pulling
2. PHP actions used the wrong Node.js containers
3. Commands like 'echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT' failed