diff --git a/.github/workflows/committee_creation.yml b/.github/workflows/committee_creation.yml
index 5d99545cf84018f60553cde3f7deba926bf4ddc0..42011ecc90ec3b039e65ff646d7f0c4a6bfbe61f 100644
--- a/.github/workflows/committee_creation.yml
+++ b/.github/workflows/committee_creation.yml
@@ -27,7 +27,7 @@ jobs:
           branch_name=${branch_name#refs/heads/committee/}
           git config --global user.email "actions@github.com"
           git config --global user.name "GitHub Actions"
-          git add "${pwd}/hey"
+          git add "./src/committee/${branch_name}.py"
           git commit -m "Add ${branch_name}.py"
           git push origin $branch_name
         shell: bash