From 5e9e051093ebed1c24f4e12186c5a1a87024ddc1 Mon Sep 17 00:00:00 2001 From: niko Date: Sat, 13 Jun 2026 09:42:47 +0300 Subject: [PATCH] Update .gitea/workflows/ci.yml (#6) Reviewed-on: https://gitea.app.keskikuja.site/niko/gitea-ci-library/pulls/6 --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4310951..15b7392 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,14 +7,14 @@ on: jobs: feature: if: github.ref != 'refs/heads/main' - uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml@v1 + uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml secrets: inherit with: bats-image: bats/bats:latest main: if: github.ref == 'refs/heads/main' - uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml@v1 + uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml secrets: inherit with: bats-image: bats/bats:latest