From a47b2e748b323a22956ba631b019de83b58e12f9 Mon Sep 17 00:00:00 2001 From: GianlucaOberreit <109722947+GianlucaOberreit@users.noreply.github.com> Date: Tue, 8 Aug 2023 19:06:08 +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 317da00..cb3b56b 100644 --- a/.github/workflows/committee_creation.yml +++ b/.github/workflows/committee_creation.yml @@ -12,7 +12,7 @@ jobs: - name: Check out code uses: actions/checkout@v3 with: - ref: committee/${{ github.ref#refs/heads/committee/ }} + ref: committee/${${{ github.ref }}#refs/heads/committee/} - name: Generate Committee File run: | -- GitLab