mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2025-05-04 22:35:27 +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 }}
|
||||
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