diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index e12d90b..9190835 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -21,9 +21,10 @@ jobs: - name: Checkout código uses: actions/checkout@v4 with: - repository: git/${{ gitea.repository }} - ref: ${{ gitea.ref }} + repository: ${{ github.repository }} + ref: ${{ github.sha }} token: ${{ secrets.GITHUB_TOKEN }} + github-server-url: https://fedesrv.ddns.net/git - name: Setup .NET SDK uses: actions/setup-dotnet@v4