Update Docs.yml

This commit is contained in:
tobid7 2021-07-24 17:00:45 +02:00 committed by GitHub
parent 595828fe84
commit 9a5479d68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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