.gitea/workflows/update.yml aktualisiert

This commit is contained in:
2025-12-20 19:03:43 +01:00
parent 1f69244772
commit 2102ff0c6e

View File

@@ -0,0 +1,15 @@
name: CI
on:
schedule:
- cron: "0 18 * * *"
jobs:
test:
runs-on: gitea-runner
steps:
- run:
hostname
cat /etc/debian_version
apt update
apt -y upgrade
echo "finished"