mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
chore(deps): update yidadaa/chatgpt-next-web docker tag to v2.15.6 (#2373)
* chore(deps): update yidadaa/chatgpt-next-web docker tag to v2.15.6 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-action update-app-version
parent
d73bc53c83
commit
4d764c03a5
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ -f ./.env ]]; then
|
||||
if grep -q "WHITE_WEBDEV_ENDPOINTS" ./.env; then
|
||||
echo "WHITE_WEBDEV_ENDPOINTS 已存在"
|
||||
else
|
||||
echo 'WHITE_WEBDEV_ENDPOINTS=""' >> ./.env
|
||||
fi
|
||||
else
|
||||
echo ".env 文件不存在"
|
||||
fi
|
||||
Reference in New Issue
Block a user