From 1374fc8d506b4189679e7a32eaafc5da2540f4a6 Mon Sep 17 00:00:00 2001
From: GianlucaOberreit <109722947+GianlucaOberreit@users.noreply.github.com>
Date: Tue, 8 Aug 2023 18:22:47 +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 c00d151..3d286be 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
-- 
GitLab