fix: update example to use correct output method

Signed-off-by: Erik Kristensen <erik@erikkristensen.com>
pull/3474/head
Erik Kristensen 2 years ago
parent c479eb80c6
commit e59889297c

@ -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:

Loading…
Cancel
Save