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