File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444 echo "Found solution: ${SLN}"
4545 echo "sln=${SLN}" >> "$GITHUB_OUTPUT"
4646
47- - name : Restore
48- run : dotnet restore "${{ steps.sln.outputs.sln }}"
47+ # - name: Restore
48+ # run: dotnet restore "${{ steps.sln.outputs.sln }}"
4949
5050 - name : Update NuGet packages (per project)
5151 shell : bash
@@ -151,9 +151,9 @@ jobs:
151151 fi
152152
153153 git commit -m "Automated version sync"
154- git pull --rebase origin master
154+ git pull --rebase origin main
155155
156156 echo "🔐 Using PAT to push changes..."
157- git push "https://x-access-token:${GH_PAT}@github.com/${{ github.repository }}" HEAD:master
157+ git push "https://x-access-token:${GH_PAT}@github.com/${{ github.repository }}" HEAD:main
158158
159- echo "🚀 Changes committed and pushed to master via PAT."
159+ echo "🚀 Changes committed and pushed to main via PAT."
You can’t perform that action at this time.
0 commit comments