diff --git a/.gitea/workflows/hello.yaml b/.gitea/workflows/hello.yaml deleted file mode 100644 index a6edfb0..0000000 --- a/.gitea/workflows/hello.yaml +++ /dev/null @@ -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)" \ No newline at end of file