diff --git a/.github/workflows/committee_creation.yml b/.github/workflows/committee_creation.yml
index c00d1514c87ec5ef2162e3f6c76dc849b498a437..3d286be2ae6d1eca1a6ba0b936d40135183ca866 100644
--- a/.github/workflows/committee_creation.yml
+++ b/.github/workflows/committee_creation.yml
@@ -27,7 +27,7 @@ jobs:
           branch_name=${branch_name#refs/heads/comm/}
           git config --global user.email "actions@github.com"
           git config --global user.name "GitHub Actions"
-          git add "path/to/subdirectory/${branch_name}.py"
+          git add "src/Committee/${branch_name}.py"
           git commit -m "Add ${branch_name}.py"
           git push origin $branch_name
         shell: bash