Update Docs.yml

This commit is contained in:
tobid7 2021-07-24 16:52:25 +02:00 committed by GitHub
parent 788d8f81a5
commit 595828fe84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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