hello actions
All checks were successful
Hello Gitea Actions / hello (push) Successful in 47s

This commit is contained in:
xiaohei 2025-02-04 18:56:51 +08:00
parent d434db19ee
commit 059d0db531

View File

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