From ad3f60aa417a7182114f32ad9cbc46bb11008c70 Mon Sep 17 00:00:00 2001 From: actionless Date: Sun, 26 Jun 2022 22:14:16 +0200 Subject: [PATCH] hotfix(gh: www): trailing whitespace --- .github/workflows/www.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/www.yml b/.github/workflows/www.yml index 8f2cd1f..0516eea 100644 --- a/.github/workflows/www.yml +++ b/.github/workflows/www.yml @@ -120,7 +120,7 @@ jobs: https://${APIDOC_TOKEN}@github.com/awesomeWM/awesomeWM.github.io \ "${{ github.workspace }}/build" 2>&1 | sed "s/$APIDOC_TOKEN/APIDOC_TOKEN/g" if [ "${{ github.event_name }}" != 'pull_request' ]; then - branch="${{ github.head_ref || github.ref_name }} " + branch="${{ github.head_ref || github.ref_name }}" else branch="pr-${{ github.event.pull_request.number }}" fi