移除无用文件
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 11s

This commit is contained in:
Martin 2025-01-13 21:13:31 +08:00
parent 9eda3ac981
commit 2a1bac7666

View File

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