Fixed clone command again

This commit is contained in:
qwsdcvghyu89
2026-06-05 00:22:31 +10:00
parent c7ec07cef2
commit b52ae3ce03
+3 -1
View File
@@ -14,10 +14,12 @@ jobs:
contents: write contents: write
steps: steps:
# 1. Native Shell Checkout inside an Alpine-Git Container
- name: Checkout Code - name: Checkout Code
uses: docker://alpine/git:latest uses: docker://alpine/git:latest
entrypoint: /bin/sh
with: with:
args: clone https://git.main.qwsdcvghyu.com/riley/aeqw89.tools.Publish.git . && git checkout ${{ github.sha }} args: -c "git 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'