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:18:45 -03:00
parent 72f9681c37
commit 05b9d69d2c

View File

@@ -20,6 +20,10 @@ jobs:
steps:
- name: Checkout código
uses: actions/checkout@v4
with:
repository: ${{ gitea.repository }}
ref: ${{ gitea.ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4