Fixed clone command to use gitea

This commit is contained in:
qwsdcvghyu89
2026-06-05 00:20:08 +10:00
parent f41e83765a
commit c7ec07cef2
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Checkout Code - name: Checkout Code
uses: docker://alpine/git:latest uses: docker://alpine/git:latest
with: with:
args: clone https://github.com/${{ github.repository }}.git . && git checkout ${{ github.sha }} args: clone https://git.main.qwsdcvghyu.com/riley/aeqw89.tools.Publish.git . && git checkout ${{ github.sha }}
# 2. Run the .NET compilation step # 2. Run the .NET compilation step
- name: 'Execute .NET Publish Target' - name: 'Execute .NET Publish Target'