test
Some checks failed
Gitea Actions 测试 / hello (push) Has been cancelled

This commit is contained in:
2026-01-19 12:40:37 +08:00
parent 028cfaa7aa
commit c205b450db

View File

@@ -0,0 +1,11 @@
name: Gitea Actions 测试
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "Actions 已经成功运行啦!"
- run: docker --version
- run: docker ps