From f08a74170875485898d62c163ce1a7a1756ec383 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Tue, 21 Jul 2026 21:58:55 +0200 Subject: [PATCH] fix: add https:// prefix to Gitea release action refs --- .gitea/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index d51eb79..f014492 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -10,17 +10,17 @@ jobs: steps: - run: echo "💡 The ${{ gitea.repository }} repository will be cloned to the runner." - - uses: RouxAntoine/checkout@v3.5.4 + - uses: https://github.com/RouxAntoine/checkout@v3.5.4 # get part of the tag after the `v` - name: Extract tag version number id: get_version - uses: battila7/get-version-action@v2 + uses: https://github.com/battila7/get-version-action@v2 # Substitute the Manifest and Download URLs in the system.json - name: Substitute Manifest and Download Links For Versioned Ones id: sub_manifest_link_version - uses: microsoft/variable-substitution@v1 + uses: https://github.com/microsoft/variable-substitution@v1 with: files: "system.json" env: