From 9a5479d68bcd915ec66a1011b4cf5e8473eedbbf Mon Sep 17 00:00:00 2001 From: Tobi Date: Sat, 24 Jul 2021 17:00:45 +0200 Subject: [PATCH] Update Docs.yml --- .github/workflows/Docs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index cd55bf1..7f8a1da 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -20,6 +20,9 @@ jobs: shell: bash run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" id: branch + - name: Display branch name + shell: bash + run: echo ${{ steps.branch.output.branch }} # Runs a single command using the runners shell - name: Run a one-line script run: |