diff --git a/.github/workflows/committee_creation.yml b/.github/workflows/committee_creation.yml
index c31916192214f2896d9c2b99268991e704557acc..151a65c1dce0015622a68cb933d1210499f98ca8 100644
--- a/.github/workflows/committee_creation.yml
+++ b/.github/workflows/committee_creation.yml
@@ -35,7 +35,7 @@ jobs:
           git status
           git add "src/Committees/${branch_name}.py"
           git commit -m "Add ${branch_name}.py"
-          git push origin $branch_name
+          git push origin committee/$branch_name
         shell: bash
 
       - name: Create Committee Team