From e59889297cd5da0bab9005e5b929dc0277f5008c Mon Sep 17 00:00:00 2001 From: Erik Kristensen Date: Mon, 9 Jan 2023 08:20:16 -0700 Subject: [PATCH] fix: update example to use correct output method Signed-off-by: Erik Kristensen --- action/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/README.md b/action/README.md index daeada31..c00c8aa3 100644 --- a/action/README.md +++ b/action/README.md @@ -62,7 +62,7 @@ jobs: --export > ./clusters/production/flux-system/gotk-components.yaml VERSION="$(flux -v)" - echo "::set-output name=flux_version::$VERSION" + echo "flux_version=$VERSION" >> $GITHUB_OUTPUT - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: