Skip to content

Commit

Permalink
docs: replace set-output with GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
close #633
  • Loading branch information
peaceiris committed May 5, 2023
1 parent 7c4b9f1 commit 3d92e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Next, add a step to read a Hugo version from the `.env` file.
id: hugo-version
run: |
. ./.env
echo "::set-output name=HUGO_VERSION::${HUGO_VERSION}"
echo "HUGO_VERSION=${HUGO_VERSION}" >> "${GITHUB_OUTPUT}"
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
Expand Down

0 comments on commit 3d92e2f

Please sign in to comment.