From 6ca014264fec29ce00417bec63d32eaf81279871 Mon Sep 17 00:00:00 2001 From: dm Date: Tue, 13 Aug 2024 08:57:23 +0800 Subject: [PATCH] test7 --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 41845bd..c8fc942 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -20,4 +20,4 @@ jobs: - run: echo "🍏 This job's status is ${{ job.status }}." - run: docker version - name: Check out repository code - uses: actions/checkout@v3 \ No newline at end of file + uses: git clone https://github.com/your-repo/your-project.git . \ No newline at end of file