From d1e4f653b8d456d3fa20d6a9934a343098665c36 Mon Sep 17 00:00:00 2001 From: GianlucaOberreit <109722947+GianlucaOberreit@users.noreply.github.com> Date: Tue, 8 Aug 2023 19:37:22 +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 c319161..151a65c 100644 --- a/.github/workflows/committee_creation.yml +++ b/.github/workflows/committee_creation.yml @@ -35,7 +35,7 @@ jobs: git status git add "src/Committees/${branch_name}.py" git commit -m "Add ${branch_name}.py" - git push origin $branch_name + git push origin committee/$branch_name shell: bash - name: Create Committee Team -- GitLab