We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda2537 commit f0fe327Copy full SHA for f0fe327
.github/workflows/dotnet-desktop.yml
@@ -59,11 +59,20 @@ jobs:
59
Solution_Name: GabNetStats # Replace with your solution name, i.e. MyWpfApp.sln.
60
61
steps:
62
- - name: Checkout
63
- uses: actions/checkout@v4
+ - name: Checkout GabNetStats
+ uses: actions/checkout@v6
64
with:
65
fetch-depth: 0
66
67
+ - name: Checkout GabTracker
68
69
+ with:
70
+ repository: gabsoftware/GabTracker
71
+ ref: master
72
+
73
+ - name: Move GabTracker
74
+ run: move GabTracker GabNetStats\
75
76
# Install the .NET Core workload
77
- name: Install .NET Core
78
uses: actions/setup-dotnet@v4
0 commit comments