change gitea url in changelog config #15

Merged
WorldTeacher merged 2 commits from dev into main 2025-11-01 21:52:38 +00:00
Showing only changes of commit c07d0ee919 - Show all commits

View File

@@ -51,7 +51,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 }}