Canner / WrenAI

🚀 Open-source SQL AI Agent for Text-to-SQL. Make Text2SQL Easy! 🙌
https://getwren.ai/oss
GNU Affero General Public License v3.0
1.73k stars 155 forks source link

fix(wren-ai-service): correct the wrong version in docker image #639

Closed paopa closed 3 weeks ago

paopa commented 3 weeks ago

This PR aims to fix #632. and it has been reproduced in here. the problem is that we don't fetch the latest git ref in checkout action. refer to https://github.com/actions/checkout/issues/1327

Screenshots

image