Compare commits

...

2 Commits

Author SHA1 Message Date
059d0db531 hello actions
All checks were successful
Hello Gitea Actions / hello (push) Successful in 47s
2025-02-04 18:56:51 +08:00
d434db19ee add readme 2025-02-04 18:48:30 +08:00
2 changed files with 12 additions and 0 deletions

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)"

View File

@ -0,0 +1 @@
尝试使用gitea搭建ci/cd流程使用gitea actions 实现