Hugging Repo
Version updated for https://github.com/sachnun/hugging-repo to version v1.1.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Features
- Auto-detect Docker SDK when Dockerfile exists in repository
- Add comprehensive test suite with 27 automated tests
- Add GitHub Actions summary output for test results
Breaking Changes
- Renamed input parameter
huggingface_repotohf_repo
Migration
Update your workflow files:
- huggingface_repo: 'my-repo'
+ hf_repo: 'my-repo'
All other parameters remain unchanged.