gitea actions 测试成功

This commit is contained in:
xiaohei 2025-02-04 19:21:15 +08:00
parent 059d0db531
commit 3ae49d336e

View File

@ -1,11 +0,0 @@
name: Hello Gitea Actions
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: 输出问候语
run: |
echo "hello, Gitea Actions!"
echo "当前时间是: $(date)"