From 0fd4abeeaeb22b6ca18a5b2755e039ba0d6817ec Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Fri, 20 Dec 2024 17:05:40 +0100 Subject: [PATCH] Remove a CI step which is now useless --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30941c1..74cbb32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,11 +79,6 @@ jobs: image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:36" steps: - - name: Extract branch name - shell: bash - run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" - id: extract_branch - - name: Checkout code uses: actions/checkout@v4