From 965326056796443092d7867f7e7c16cea0833b83 Mon Sep 17 00:00:00 2001 From: "Z.To" Date: Thu, 23 Apr 2026 20:52:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20test=20=E4=BD=BF=E7=94=A8=E5=AE=8C?= =?UTF-8?q?=E6=95=B4=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index baae054..12d4709 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -10,7 +10,13 @@ jobs: runs-on: ubuntu steps: - name: Echo hello - run: echo "Hello Gitea Actions!" + run: | + echo "Hello Gitea Actions!" - name: Show system info - run: uname -a \ No newline at end of file + run: | + uname -a + + - name: Show current directory + run: | + pwd \ No newline at end of file