Remove a CI step which is now useless

This commit is contained in:
Emmanuel Engelhart 2024-12-20 17:05:40 +01:00
parent 998bbc6b0e
commit 0fd4abeeae
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

View File

@ -79,11 +79,6 @@ jobs:
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:36" image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:36"
steps: steps:
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4