From 376165a0a2a189761ccf468dd9e322f6b5c73f90 Mon Sep 17 00:00:00 2001 From: robojerk Date: Fri, 5 Sep 2025 10:33:10 -0700 Subject: [PATCH] Fix YAML indentation error on line 88 - Add proper indentation to git clone command - Fixes YAML syntax error: could not find expected - All commands in multi-line shell script now properly indented - Resolves workflow configuration validation error --- .forgejo/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index f094a6a..74e046b 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -85,12 +85,12 @@ jobs: apt update -y # Clone and build bootupd -git clone https://github.com/p5/coreos-bootupd.git bootupd && \ -cd bootupd && \ -git fetch --all && \ -git switch origin/sdboot-support -d && \ -/root/.cargo/bin/cargo build --release --bins --features systemd-boot && \ -install -Dpm0755 -t /usr/bin ./target/release/bootupd && \ + git clone https://github.com/p5/coreos-bootupd.git bootupd && \ + cd bootupd && \ + git fetch --all && \ + git switch origin/sdboot-support -d && \ + /root/.cargo/bin/cargo build --release --bins --features systemd-boot && \ + install -Dpm0755 -t /usr/bin ./target/release/bootupd && \ ln -s ./bootupd /usr/bin/bootupctl && \ cp /usr/bin/bootupd /workspace/ && \ cp /usr/bin/bootupctl /workspace/