mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
actions: fix indentation
This commit is contained in:
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@@ -1,13 +1,10 @@
|
||||
name: Nightly Build
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
build-and-release:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -50,7 +47,6 @@ jobs:
|
||||
name: Nightly Build (${{ steps.metadata.outputs.short_sha }})
|
||||
body: |
|
||||
This is an automated nightly build of BoredOS, this is not a final release and may be unstable.
|
||||
|
||||
Built from commit:
|
||||
- Full hash: `${{ github.sha }}`
|
||||
- Short hash: `${{ steps.metadata.outputs.short_sha }}`
|
||||
|
||||
Reference in New Issue
Block a user