From 7b103d34d9eb03b6624dac401ac604b9a743f838 Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Fri, 19 Jul 2024 17:52:42 +0100 Subject: [PATCH] ts ip for gitea --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f2ac662..11af436 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - github-server-url: http://gitea.sheep-ghoul.ts.net:3000 + github-server-url: https://100.118.116.68 - name: Setup .NET Core SDK ${{ matrix.dotnet-version }} uses: actions/setup-dotnet@v3.0.3 with: @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - github-server-url: http://gitea.sheep-ghoul.ts.net:3000 + github-server-url: https://100.118.116.68 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 @@ -78,7 +78,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - github-server-url: http://gitea.sheep-ghoul.ts.net:3000 + github-server-url: https://100.118.116.68 - name: Install Node ${{ matrix.node }} uses: actions/setup-node@v2