We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d118997 commit 9790523Copy full SHA for 9790523
.github/workflows/ci.yml
@@ -93,10 +93,6 @@ jobs:
93
container:
94
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2023-10-30"
95
steps:
96
- - name: Extract branch name
97
- shell: bash
98
- run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
99
- id: extract_branch
100
- name: Checkout code
101
uses: actions/checkout@v4
102
- name: Install dependencies
0 commit comments