From fcd02b6a858a02f6ef77e9692115050b5f0ccd96 Mon Sep 17 00:00:00 2001 From: Christian Werner Date: Fri, 19 Jun 2026 04:10:22 +0200 Subject: [PATCH] fix(ci): Update Gitea release action URL to use direct link 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. --- .gitea/workflows/build-kernel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-kernel.yml b/.gitea/workflows/build-kernel.yml index 1b4d5bc..4b8cf5e 100644 --- a/.gitea/workflows/build-kernel.yml +++ b/.gitea/workflows/build-kernel.yml @@ -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: |-