Skip to content

Commit

Permalink
ci: Add Hugo version dump step
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 23, 2020
1 parent b55f1c8 commit 7a50ddc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'

0 comments on commit 7a50ddc

Please sign in to comment.