xiaohei 059d0db531
All checks were successful
Hello Gitea Actions / hello (push) Successful in 47s
hello actions
2025-02-04 18:56:51 +08:00

11 lines
216 B
YAML

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