Update Docs.yml
This commit is contained in:
3
.github/workflows/Docs.yml
vendored
3
.github/workflows/Docs.yml
vendored
@ -20,6 +20,9 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
|
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
|
||||||
id: branch
|
id: branch
|
||||||
|
- name: Display branch name
|
||||||
|
shell: bash
|
||||||
|
run: echo ${{ steps.branch.output.branch }}
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Run a one-line script
|
- name: Run a one-line script
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user