From 9335b072c7dce23cecf40fdbf7d2770ca98e3c97 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Thu, 4 Dec 2025 22:00:14 +0000 Subject: [PATCH] Update src/model/cloud-runner/providers/README.md Co-authored-by: Gabriel Le Breton --- src/model/cloud-runner/providers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/cloud-runner/providers/README.md b/src/model/cloud-runner/providers/README.md index df407717..65b5e59e 100644 --- a/src/model/cloud-runner/providers/README.md +++ b/src/model/cloud-runner/providers/README.md @@ -207,7 +207,7 @@ The provider loader can be configured through environment variables: ## Best Practices -1. **Use specific branches**: Always specify the branch when loading from GitHub +1. **Use specific branches or versions**: Always specify the branch or specific tag when loading from GitHub 2. **Implement proper error handling**: Wrap provider loading in try-catch blocks 3. **Clean up regularly**: Use the cleanup utility to manage cache size 4. **Test locally first**: Test providers locally before deploying