From 1a27bb2d1fb523d50e31331bb684aa14acb24f2a Mon Sep 17 00:00:00 2001
From: GianlucaOberreit <109722947+GianlucaOberreit@users.noreply.github.com>
Date: Tue, 8 Aug 2023 18:28:53 +0200
Subject: [PATCH] test 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 c9e3750..5d99545 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 "src/Committee/${branch_name}.py"
+          git add "${pwd}/hey"
           git commit -m "Add ${branch_name}.py"
           git push origin $branch_name
         shell: bash
-- 
GitLab