From 79691cbc9766ad4df428957038b625b19daa2f85 Mon Sep 17 00:00:00 2001 From: Arneth Date: Fri, 26 May 2023 10:39:36 -0400 Subject: [PATCH] updated yaml --- .gitea/workflows/build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 40e2b3ece..b460ff036 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -13,8 +13,9 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 with: - ref: 'Main' - github-server-url: 'http://www.wildsofastrella.com:3434' + ref: Main + github-server-url: http://www.wildsofastrella.com:3434 + lfs: true - run: echo "The ${{ github.repository }} repository has been cloned to the runner." - run: echo "The workflow is now ready to test your code on the runner." - name: List files in the repository