mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2025-05-04 14:25:30 +08:00
style: remove extra whitespace [skip ci]
This commit is contained in:
parent
7a50ddc694
commit
4fb2901627
2
.github/workflows/test-action.yml
vendored
2
.github/workflows/test-action.yml
vendored
@ -33,6 +33,6 @@ jobs:
|
|||||||
- name: Run hugo version
|
- name: Run hugo version
|
||||||
run: echo "::set-output name=hugo_version::$(hugo version)"
|
run: echo "::set-output name=hugo_version::$(hugo version)"
|
||||||
id: hugo_version
|
id: hugo_version
|
||||||
|
|
||||||
- name: '${{ steps.hugo_version.outputs.hugo_version }}'
|
- name: '${{ steps.hugo_version.outputs.hugo_version }}'
|
||||||
run: echo '${{ steps.hugo_version.outputs.hugo_version }}'
|
run: echo '${{ steps.hugo_version.outputs.hugo_version }}'
|
||||||
|
Loading…
Reference in New Issue
Block a user