Enhance Gitea workflow for Claude Assistant: add environment variable for public Gitea URL to ensure correct link generation in comments
This commit is contained in:
@@ -46,3 +46,7 @@ jobs:
|
|||||||
# bun.sh
|
# bun.sh
|
||||||
# registry.npmjs.org
|
# registry.npmjs.org
|
||||||
# .blob.core.windows.net
|
# .blob.core.windows.net
|
||||||
|
env:
|
||||||
|
# Set this to your public Gitea URL to override the internal container URL
|
||||||
|
# This ensures that links in comments point to the correct public URL
|
||||||
|
GITEA_SERVER_URL: https://git.singforhope.cloud
|
||||||
Reference in New Issue
Block a user