chore: simplify gitea artifact action references by removing url prefix
CI / Generate Certificates (push) Successful in 51s
CI / Frontend CI (push) Successful in 1m13s
CI / Backend CI (push) Failing after 48s
CI / E2E Tests (push) Has been skipped

This commit is contained in:
ramvignesh-b
2026-05-05 05:36:51 +05:30
parent b883d776ac
commit 65653a7389
+5 -5
View File
@@ -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/