From 1ac2447d0fbc31304c9278663500789d725c9c12 Mon Sep 17 00:00:00 2001 From: Javier Hinojosa <48923796+javierhinojosa@users.noreply.github.com> Date: Sun, 9 Nov 2025 16:49:16 -0500 Subject: [PATCH] Enhance Gitea workflow for Claude Assistant: add environment variable for public Gitea URL to ensure correct link generation in comments --- .gitea/workflows/claude.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/claude.yml b/.gitea/workflows/claude.yml index bb098b5..bc0ec7d 100644 --- a/.gitea/workflows/claude.yml +++ b/.gitea/workflows/claude.yml @@ -45,4 +45,8 @@ jobs: # .githubusercontent.com # bun.sh # registry.npmjs.org - # .blob.core.windows.net \ No newline at end of file + # .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 \ No newline at end of file