Fix YAML indentation in Forgejo Actions workflows
Some checks failed
Build deb-bootupd Artifacts / Build deb-bootupd Artifacts (push) Failing after 1s
Simple Build & Upload / build (push) Failing after 2s

- 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
This commit is contained in:
robojerk 2025-08-09 23:59:07 -07:00
parent cfdf091bdd
commit 528e494bfb
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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: