From 08d555e4e7f4b00c7e93527f5b7b8c6708121b4c Mon Sep 17 00:00:00 2001 From: moilanik Date: Sun, 14 Jun 2026 03:24:28 +0300 Subject: [PATCH] =?UTF-8?q?vide=C3=A4=C3=A4n=20masteriin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1c56c19..2bd2a01 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,14 +6,14 @@ on: jobs: load-config: - uses: niko/gitea-ci-library/.gitea/workflows/config-provider.yml@feature/pipeline-cleanup + uses: niko/gitea-ci-library/.gitea/workflows/config-provider.yml@main with: config_path: .gitea/workflows/gitea-env.conf feature: if: github.ref != 'refs/heads/main' needs: [load-config] - uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml@feature/pipeline-cleanup + uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml@main secrets: inherit with: env_json: ${{ needs.load-config.outputs.env_json }} @@ -23,7 +23,7 @@ jobs: main: if: github.ref == 'refs/heads/main' needs: [load-config] - uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml@feature/pipeline-cleanup + uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml@main secrets: inherit with: env_json: ${{ needs.load-config.outputs.env_json }}