diff --git a/.github/workflows/committee_creation.yml b/.github/workflows/committee_creation.yml
index 2ea3384c3dc9390c1ed09d0b511db426c2cf7a67..cefa120b3458e79833fcd97bbb5c1d6f360432e8 100644
--- a/.github/workflows/committee_creation.yml
+++ b/.github/workflows/committee_creation.yml
@@ -14,7 +14,6 @@ jobs:
         run: |
           branch_name=${{ github.ref }}
           echo "branch=${branch_name#refs/heads/committee/}" >> $GITHUB_OUTPUT
-          echo $GITHUB_OUTPUT
       - name: Check out code
         uses: actions/checkout@v3
         with: 
@@ -31,8 +30,7 @@ jobs:
       - name: Commit and Push Changes
         run: |
           branch_name=${{ github.ref }}
-          branch_name=${branch_name#refs/heads/comm/}
-          echo ${pwd}
+          branch_name=${branch_name#refs/heads/committee/}
           git config --global user.email "actions@github.com"
           git config --global user.name "GitHub Actions"
           git add "src/Committees/${branch_name}.py"