Actualizar .gitea/workflows/build.yml
Some checks failed
Build .NET Project / build (push) Failing after 8s

This commit is contained in:
2026-02-17 14:20:36 -03:00
parent 05b9d69d2c
commit fbae4acee3

View File

@@ -21,7 +21,7 @@ jobs:
- name: Checkout código - name: Checkout código
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: ${{ gitea.repository }} repository: git/${{ gitea.repository }}
ref: ${{ gitea.ref }} ref: ${{ gitea.ref }}
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}