actions: fix indentation

This commit is contained in:
boreddevnl 2026-05-09 03:16:06 +02:00
parent d25e23f999
commit 679b2ae878

View file

@ -1,13 +1,10 @@
name: Nightly Build name: Nightly Build
on: on:
schedule: schedule:
- cron: "0 0 * * *" - cron: "0 0 * * *"
workflow_dispatch: workflow_dispatch:
permissions: permissions:
contents: write contents: write
jobs: jobs:
build-and-release: build-and-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -15,7 +12,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install build dependencies - name: Install build dependencies
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y --no-install-recommends \ sudo apt-get install -y --no-install-recommends \
@ -50,7 +47,6 @@ jobs:
name: Nightly Build (${{ steps.metadata.outputs.short_sha }}) name: Nightly Build (${{ steps.metadata.outputs.short_sha }})
body: | body: |
This is an automated nightly build of BoredOS, this is not a final release and may be unstable. This is an automated nightly build of BoredOS, this is not a final release and may be unstable.
Built from commit: Built from commit:
- Full hash: `${{ github.sha }}` - Full hash: `${{ github.sha }}`
- Short hash: `${{ steps.metadata.outputs.short_sha }}` - Short hash: `${{ steps.metadata.outputs.short_sha }}`