From 8c5c8e1f7967454fcc5fdac2fa6e746ac8a9ce41 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 3 Oct 2025 17:47:31 +0200 Subject: [PATCH] rename test --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 9e7b4b9..d72fb59 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - name: Validate JSON, using a valid file + - name: Validate JSON uses: ./ with: json-file: renovate.json