From 3ae49d336e58cd54e61d2a9757b31966eb52e0cd Mon Sep 17 00:00:00 2001 From: xiaohei <3440556848@qq.com> Date: Tue, 4 Feb 2025 19:21:15 +0800 Subject: [PATCH] =?UTF-8?q?gitea=20actions=20=E6=B5=8B=E8=AF=95=E6=88=90?= =?UTF-8?q?=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/hello.yaml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .gitea/workflows/hello.yaml 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