cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit f2c79c05aa4d8ee4b4753c95e3e1f8282147b5fd
parent 0b343cf5d611d1f131a46d9555c469304221dbb4
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 16 Oct 2024 19:18:14 +0200

Fix ci

Diffstat:
M.github/workflows/update.yaml | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml @@ -22,8 +22,13 @@ 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" + - uses: actions/setup-go@v5 + with: + go-version: '^1.23.2' - name: Run yamlfmt - uses: yk-lab/yamlfmt-action@v1.0.0 + run: | + go install github.com/google/yamlfmt/cmd/yamlfmt@latest + yamlfmt . - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: