From 6a379701b54e5e01a864001d0f2a5487d0ee9ce5 Mon Sep 17 00:00:00 2001 From: Arneth Date: Fri, 26 May 2023 10:35:45 -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 6e816135e..01a09bef0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,8 +12,9 @@ jobs: - run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Check out repository code uses: actions/checkout@v3 - with: - github-server-url: 'http://www.wildsofastrella.com:3434' + with: + repository: 'http://www.wildsofastrella.com:3434/ArnethMyndraavn/unityshinsoubanheart.git' + ref: 'Main' - 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