docs: replace set-output with GITHUB_OUTPUT
close https://github.com/peaceiris/actions-hugo/issues/633
This commit is contained in:
parent
7c4b9f1f99
commit
3d92e2fd55
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ Next, add a step to read a Hugo version from the `.env` file.
|
||||||
id: hugo-version
|
id: hugo-version
|
||||||
run: |
|
run: |
|
||||||
. ./.env
|
. ./.env
|
||||||
echo "::set-output name=HUGO_VERSION::${HUGO_VERSION}"
|
echo "HUGO_VERSION=${HUGO_VERSION}" >> "${GITHUB_OUTPUT}"
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
|
|
Loading…
Reference in a new issue