From 0ee8f262a2330f5f51bb4aca742c7fb57a05eafa Mon Sep 17 00:00:00 2001 From: GianlucaOberreit <109722947+GianlucaOberreit@users.noreply.github.com> Date: Tue, 8 Aug 2023 18:39:01 +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 5d99545..42011ec 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 -- GitLab