From 55d52dbf8c17b22859a4376804c242cf1dd2d39f Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Thu, 26 Feb 2026 22:44:36 +0100 Subject: [PATCH] ci: fix int 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 271b6ad..6568fd2 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,5 +12,5 @@ jobs: - id: repo uses: ./get-repo-name - run: | - test "${{ steps.repo.outputs.name }}" = "actions" || (echo "Expected repo name 'actions', got '${{ steps.repo.outputs.name }}'" && exit 1) + test "${{ steps.repo.outputs.name }}" = "actions" || (echo "Expected repo name 'actions', got '${{ steps.repo.outputs.name }}'" && exit 1) - run: echo "Original repository name is ${{ GITEA_REPOSITORY }}"