ci: Add Hugo version dump step
This commit is contained in:
parent
b55f1c81fb
commit
7a50ddc694
1 changed files with 6 additions and 1 deletions
7
.github/workflows/test-action.yml
vendored
7
.github/workflows/test-action.yml
vendored
|
|
@ -30,4 +30,9 @@ jobs:
|
||||||
hugo-version: ${{ matrix.hugo-version }}
|
hugo-version: ${{ matrix.hugo-version }}
|
||||||
extended: ${{ matrix.extended }}
|
extended: ${{ matrix.extended }}
|
||||||
|
|
||||||
- run: hugo version
|
- name: Run hugo version
|
||||||
|
run: echo "::set-output name=hugo_version::$(hugo version)"
|
||||||
|
id: hugo_version
|
||||||
|
|
||||||
|
- name: '${{ steps.hugo_version.outputs.hugo_version }}'
|
||||||
|
run: echo '${{ steps.hugo_version.outputs.hugo_version }}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue