From 4630ff659d12a046da60a316d014eb345e740ff7 Mon Sep 17 00:00:00 2001 From: GianlucaOberreit <109722947+GianlucaOberreit@users.noreply.github.com> Date: Tue, 8 Aug 2023 19:32:41 +0200 Subject: [PATCH] Update committee_creation.yml --- .github/workflows/committee_creation.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/committee_creation.yml b/.github/workflows/committee_creation.yml index 2ea3384..cefa120 100644 --- a/.github/workflows/committee_creation.yml +++ b/.github/workflows/committee_creation.yml @@ -14,7 +14,6 @@ jobs: run: | branch_name=${{ github.ref }} echo "branch=${branch_name#refs/heads/committee/}" >> $GITHUB_OUTPUT - echo $GITHUB_OUTPUT - name: Check out code uses: actions/checkout@v3 with: @@ -31,8 +30,7 @@ jobs: - name: Commit and Push Changes run: | branch_name=${{ github.ref }} - branch_name=${branch_name#refs/heads/comm/} - echo ${pwd} + 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/Committees/${branch_name}.py" -- GitLab