1
1

WIP
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
2026-01-03 01:52:36 -05:00
parent 93173fdfee
commit 0575a8606c
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: native
runs-on: debian-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"

View File

@@ -39,6 +39,7 @@ in
wget
];
labels = [
"debian-latest:docker://node:23-bookworm"
"native:host"
];
};