Actualizar .gitea/workflows/build.yml
All checks were successful
Build .NET Project / build (push) Successful in 1m59s
All checks were successful
Build .NET Project / build (push) Successful in 1m59s
This commit is contained in:
@@ -19,12 +19,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout código
|
- name: Checkout código
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
with:
|
git clone https://fedesrv.ddns.net/git/${{ github.repository }}.git .
|
||||||
repository: ${{ github.repository }}
|
git checkout ${{ github.sha }}
|
||||||
ref: ${{ github.sha }}
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
github-server-url: https://fedesrv.ddns.net/git
|
|
||||||
|
|
||||||
- name: Setup .NET SDK
|
- name: Setup .NET SDK
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user