From b5fa985564327f65e62b10d90e1676243a90a5f1 Mon Sep 17 00:00:00 2001 From: Ko van der Sloot Date: Wed, 11 Sep 2024 09:06:59 +0200 Subject: [PATCH] repair --- .github/workflows/actionstest.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actionstest.yml b/.github/workflows/actionstest.yml index 503af78..8a44422 100644 --- a/.github/workflows/actionstest.yml +++ b/.github/workflows/actionstest.yml @@ -24,7 +24,9 @@ jobs: - name: Extract Branch name id: extract_branch shell: bash - run: echo "branch=${{env.GITHUB_REF_NAME}}" >> $GITHUB_OUTPUT + run: | + echo REF=${GITHUB_REF} + echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT - name: IRC notification uses: Gottox/irc-message-action@v2 with: @@ -33,7 +35,7 @@ jobs: nickname: GitHub message: > ${{ github.actor }} started a build of unicodetest - [${{ env.branch }}] + [${{ steps.extract_branch.outputs.branch }}] "${{ github.event.head_commit.message }}" build: