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: |