mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2025-06-20 20:25:29 +08:00
ci: Add Hugo version dump step
This commit is contained in:
parent
b55f1c81fb
commit
7a50ddc694
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…
Reference in New Issue
Block a user