ci: Add Hugo version dump step

This commit is contained in:
Shohei Ueda 2020-01-24 00:17:39 +09:00 committed by GitHub
parent b55f1c81fb
commit 7a50ddc694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}'