Remove a CI step which is now useless

pull/720/head
Emmanuel Engelhart 1 year ago
parent 998bbc6b0e
commit 0fd4abeeae
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

@ -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

Loading…
Cancel
Save