From 82c19cad453319ddd9d57604b8987e7b29b43abf Mon Sep 17 00:00:00 2001 From: GianlucaOberreit <109722947+GianlucaOberreit@users.noreply.github.com> Date: Tue, 8 Aug 2023 19:27:20 +0200 Subject: [PATCH] Update committee_creation.yml --- .github/workflows/committee_creation.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/committee_creation.yml b/.github/workflows/committee_creation.yml index 3a20754..335a592 100644 --- a/.github/workflows/committee_creation.yml +++ b/.github/workflows/committee_creation.yml @@ -13,11 +13,12 @@ jobs: id: branch_name run: | branch_name=${{ github.ref }} - echo "branch_name=${branch_name#refs/heads/committee/}" >> $GITHUB_OUTPUT + echo "branch=${branch_name#refs/heads/committee/}" >> $GITHUB_OUTPUT + echo $GITHUB_OUTPUT - name: Check out code uses: actions/checkout@v3 with: - ref: committee/${{ steps.branch_name.branch_name }} + ref: committee/${{ steps.branch_name.branch }} - name: Generate Committee File run: | -- GitLab