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