mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 00:21:46 +00:00
fix: update example to use correct output method
Signed-off-by: Erik Kristensen <erik@erikkristensen.com>
This commit is contained in:
parent
c479eb80c6
commit
e59889297c
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ jobs:
|
||||||
--export > ./clusters/production/flux-system/gotk-components.yaml
|
--export > ./clusters/production/flux-system/gotk-components.yaml
|
||||||
|
|
||||||
VERSION="$(flux -v)"
|
VERSION="$(flux -v)"
|
||||||
echo "::set-output name=flux_version::$VERSION"
|
echo "flux_version=$VERSION" >> $GITHUB_OUTPUT
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue