Warehouses #3
@@ -19,6 +19,10 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # potrzebne do MinVer i git describe
|
||||
repository: FA/FA_WEB # ← nazwa repozytorium (organizacja/repo)
|
||||
ref: ${{ github.ref }} # lub ${{ gitea.ref }} – w Gitea obie działają
|
||||
# Najważniejsze – nadpisz domyślny URL
|
||||
url: http://srv51.mikr.us:20120/git/FA/FA_WEB.git
|
||||
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v4
|
||||
|
||||
Reference in New Issue
Block a user