.gitea/workflows/update.yml aktualisiert
This commit is contained in:
15
.gitea/workflows/update.yml
Normal file
15
.gitea/workflows/update.yml
Normal 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"
|
||||
Reference in New Issue
Block a user