From 595828fe84d9cbd642e0db551d43fb679aaf7f63 Mon Sep 17 00:00:00 2001 From: Tobi Date: Sat, 24 Jul 2021 16:52:25 +0200 Subject: [PATCH] Update Docs.yml --- .github/workflows/Docs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 2c9c4d0..cd55bf1 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -16,7 +16,10 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - + - name: Extract branch name + shell: bash + run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" + id: branch # Runs a single command using the runners shell - name: Run a one-line script run: |