[+] 添加 action 测试
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m31s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m31s
This commit is contained in:
parent
2571ca9ffd
commit
33b6b3013a
10
.gitea/workflows/demo.yaml
Normal file
10
.gitea/workflows/demo.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user