From 65653a7389e65dbc58a3c18d9dd952d25f32bc4a Mon Sep 17 00:00:00 2001 From: ramvignesh-b Date: Tue, 5 May 2026 05:36:51 +0530 Subject: [PATCH] chore: simplify gitea artifact action references by removing url prefix --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 063f38c..ec6e6cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Upload certificates (Gitea) if: env.IS_GITHUB != 'true' - uses: https://github.com/christopherHX/gitea-upload-artifact@v4 + uses: christopherHX/gitea-upload-artifact@v4 with: name: ssl-certs path: certs/ @@ -63,7 +63,7 @@ jobs: - name: Download certificates (Gitea) if: env.IS_GITHUB != 'true' - uses: https://github.com/christopherHX/gitea-download-artifact@v4 + uses: christopherHX/gitea-download-artifact@v4 with: name: ssl-certs path: certs/ @@ -116,7 +116,7 @@ jobs: - name: Download certificates (Gitea) if: env.IS_GITHUB != 'true' - uses: https://github.com/christopherHX/gitea-download-artifact@v4 + uses: christopherHX/gitea-download-artifact@v4 with: name: ssl-certs path: certs/ @@ -153,7 +153,7 @@ jobs: - name: Download Certificates (Gitea) if: env.IS_GITHUB != 'true' - uses: https://github.com/christopherHX/gitea-download-artifact@v4 + uses: christopherHX/gitea-download-artifact@v4 with: name: ssl-certs path: certs/ @@ -195,7 +195,7 @@ jobs: - name: Upload Playwright Report (Gitea) if: always() && env.IS_GITHUB != 'true' - uses: https://github.com/christopherHX/gitea-upload-artifact@v4 + uses: christopherHX/gitea-upload-artifact@v4 with: name: playwright-report path: frontend/playwright-report/