commit 22de2fdde5a43039a7eec884caa35d0ba8369646
parent 9539367afa2522b8215e77e4d531d868c9e40969
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 10 Oct 2024 19:30:59 +0200
Fix ci
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml
@@ -22,9 +22,8 @@ jobs:
run: "flux install --components-extra=image-reflector-controller,image-automation-controller \\\n --export
> ./clusters/2024_cluster/flux-system/gotk-components.yaml\n\nVERSION=\"$(flux -v)\"\necho \"flux_version=$VERSION\"
>> $GITHUB_OUTPUT \n"
- - name: Format
- run: |
- yamlfmt -conf=./.yamlfmt.yml .
+ - name: Run yamlfmt
+ uses: yk-lab/yamlfmt-action@v1
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with: