Fix changelog action usage by specifying the full GitHub URL for the action

This commit is contained in:
2025-05-29 10:52:21 +02:00
parent 55d0cb50e6
commit 95e2cdcdce

View File

@@ -61,9 +61,10 @@ jobs:
- name: Build Changelog
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v5
uses: https://github.com/mikepenz/release-changelog-builder-action@v5
with:
platform: "gitea"
baseURL: "http://gitea:3000"
configuration: ".gitea/changelog-config.json"
env:
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}