Compare commits

..

No commits in common. "059d0db5311a6e604959d4f5eb7ec147efc9a496" and "25a093e40670da5ccd09223922b6d0e36ca56254" have entirely different histories.

2 changed files with 0 additions and 12 deletions

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

View File

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