fix(ci): Update Gitea release action URL to use direct link
Some checks failed
Build kernel module / build (1:6.12.93-1+rpt1) (push) Successful in 1m11s
Build kernel module / release (push) Failing after 20s

Replaced the versioned action reference with a direct link to the Gitea
release action repository. This ensures the workflow uses the latest
source and improves maintainability by directly linking to the action
author's repository.
This commit is contained in:
Christian Werner 2026-06-19 04:10:22 +02:00
parent ce621d947c
commit fcd02b6a85

View File

@ -109,7 +109,7 @@ jobs:
(cd package && zip -r "../${repo}-${{ github.ref_name }}.zip" "$repo")
- name: Publish to Gitea release
uses: actions/gitea-release-action@v1.3.6
uses: https://gitea.com/actions/gitea-release-action@v1.3.6
with:
api_key: ${{ secrets.GITEA_TOKEN }}
files: |-