From 6a989a3d44ba1ef0dc8aafe60a2d9956a475ed0b Mon Sep 17 00:00:00 2001 From: Timothy Schenk Date: Sat, 4 Nov 2023 10:51:46 +0100 Subject: [PATCH] ci: another attempt --- .gitea/workflows/server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/server.yaml b/.gitea/workflows/server.yaml index d1f7afe..042cd99 100644 --- a/.gitea/workflows/server.yaml +++ b/.gitea/workflows/server.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: Sanitize branch name id: sanitize - run: echo "::set-output name=sanitized_branch_name::$(echo $BRANCH_NAME | sed 's/\//-/g')" + run: echo "::set-output name=sanitized_branch_name::$(echo ${{ github.ref_name }} | sed 's/\//-/g')" build: runs-on: ubuntu-latest