Skip to content

Commit 9790523

Browse files
committed
Remove useless/deprecated CI step
1 parent d118997 commit 9790523

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ jobs:
9393
container:
9494
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2023-10-30"
9595
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
10096
- name: Checkout code
10197
uses: actions/checkout@v4
10298
- name: Install dependencies

0 commit comments

Comments
 (0)