From 26dc82388cbc16261a766c6b87215d00d716ff87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Dante=20Ursini?= Date: Tue, 10 Mar 2026 18:16:04 -0300 Subject: [PATCH] fix: point checkout to public/gitea-workflows --- .gitea/workflows/nextjs-nginx-conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/nextjs-nginx-conf.yaml b/.gitea/workflows/nextjs-nginx-conf.yaml index 999af35..9963172 100644 --- a/.gitea/workflows/nextjs-nginx-conf.yaml +++ b/.gitea/workflows/nextjs-nginx-conf.yaml @@ -25,7 +25,7 @@ jobs: - name: 📥 Checkout devops uses: actions/checkout@v3 with: - repository: Infrastructure/gitea-workflows + repository: public/gitea-workflows ref: main fetch-depth: 1