From 528e494bfb7a9a16f71df5931ec8aa007547ba3b Mon Sep 17 00:00:00 2001 From: robojerk Date: Sat, 9 Aug 2025 23:59:07 -0700 Subject: [PATCH] Fix YAML indentation in Forgejo Actions workflows - Fix container section indentation in build-artifacts.yml (line 33) - Fix container section indentation in simple-build.yml (line 16) - Correct YAML structure for proper workflow validation - Maintain all Debian container and Rust toolchain improvements --- .forgejo/workflows/build-artifacts.yml | 2 +- .forgejo/workflows/simple-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build-artifacts.yml b/.forgejo/workflows/build-artifacts.yml index 9253528..f36645b 100644 --- a/.forgejo/workflows/build-artifacts.yml +++ b/.forgejo/workflows/build-artifacts.yml @@ -30,7 +30,7 @@ jobs: build-artifacts: name: Build deb-bootupd Artifacts runs-on: ubuntu-latest - container: + container: # Use Debian 13 (Trixie) since this is a Debian-focused project image: debian:13 steps: diff --git a/.forgejo/workflows/simple-build.yml b/.forgejo/workflows/simple-build.yml index 9197080..8c40f0f 100644 --- a/.forgejo/workflows/simple-build.yml +++ b/.forgejo/workflows/simple-build.yml @@ -13,7 +13,7 @@ on: jobs: build: runs-on: ubuntu-latest - container: + container: # Use Debian 13 (Trixie) since this is a Debian-focused project image: debian:13 steps: