Skip to content

Commit

Permalink
ci: Add mdbook version dump step [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Jan 23, 2020
1 parent 3502ab2 commit c71453c
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 @@ -26,4 +26,9 @@ jobs:
with:
mdbook-version: ${{ matrix.mdbook-version }}

- run: mdbook --version
- name: Run mdbook --version
run: echo "::set-output name=mdbook_version::$(mdbook --version)"
id: mdbook_version

- name: '${{ steps.mdbook_version.outputs.mdbook_version }}'
run: echo '${{ steps.mdbook_version.outputs.mdbook_version }}'

0 comments on commit c71453c

Please sign in to comment.