chore: remove unnecessary dependencies

maintenance: update gitea url in workflow
This commit is contained in:
2025-11-01 23:16:03 +01:00
parent e8406f2e79
commit bd7c4ba716
2 changed files with 4 additions and 15 deletions

View File

@@ -74,7 +74,7 @@ jobs:
uses: https://github.com/mikepenz/release-changelog-builder-action@v5
with:
platform: "gitea"
baseURL: "http://gitea:3000"
baseURL: "http://192.168.178.110:3000"
configuration: ".gitea/changelog-config.json"
env:
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}