[+] 添加 action 测试
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m31s

This commit is contained in:
Martin 2025-01-05 23:35:53 +08:00
parent 2571ca9ffd
commit 33b6b3013a

View File

@ -0,0 +1,10 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: curl -sSL https://git.martin98.com/MartinFarm/init/raw/branch/main/init-apt.sh | bash
- run: curl -sSL https://git.martin98.com/MartinFarm/init/raw/branch/main/init-docker.sh | bash