Actualizar .gitea/workflows/build.yml
Some checks failed
Build .NET Project / build (push) Has been cancelled

This commit is contained in:
2026-02-17 13:53:57 -03:00
parent f98667796f
commit ca9de845c8

View File

@@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout código
uses: actions/checkout@v4
with:
github-server-url: 'https://fedesrv.ddns.net/git'
- name: Checkout manual
run: |
git clone https://fedesrv.ddns.net/git/${{ gitea.repository }}.git .
git checkout ${{ gitea.sha }}
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4