From e608c1df83681e487186beb469b118fdd82c7d86 Mon Sep 17 00:00:00 2001
From: GianlucaOberreit <109722947+GianlucaOberreit@users.noreply.github.com>
Date: Tue, 8 Aug 2023 20:47:46 +0200
Subject: [PATCH] Update committee_creation.yml

---
 .github/workflows/committee_creation.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/committee_creation.yml b/.github/workflows/committee_creation.yml
index 1bd6c07..6acbc6c 100644
--- a/.github/workflows/committee_creation.yml
+++ b/.github/workflows/committee_creation.yml
@@ -23,7 +23,7 @@ jobs:
         run: |
           branch_name=${{ github.ref }}
           branch_name=${branch_name#refs/heads/committee/}
-          sed "s/class Example/class $branch_name/g" src/Committees/example.py > "src/Committees/${branch_name}.py"
+          sed "s/class Example/class ${branch_name^}/g" src/Committees/example.py > "src/Committees/${branch_name}.py"
         shell: bash
 
       - name: Commit and Push Changes
-- 
GitLab