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

This commit is contained in:
2026-02-17 14:26:02 -03:00
parent fbae4acee3
commit d5eca80290

View File

@@ -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