diff --git a/README.md b/README.md index 7c25fcd..2b829dd 100644 --- a/README.md +++ b/README.md @@ -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