Update Docs.yml

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

View File

@ -22,7 +22,7 @@ jobs:
id: branch
- name: Display branch name
shell: bash
run: echo ${{ steps.branch.output.branch }}
run: echo ${{ steps.branch.outputs.branch }}
# Runs a single command using the runners shell
- name: Run a one-line script
run: |