chore(ci): use manual git clone via ssh instead of checkout action
Release / Build & Release (push) Failing after 3s

This commit is contained in:
2026-07-03 17:07:16 +08:00
parent 4aa765c502
commit c9995f8578
+3 -4
View File
@@ -26,10 +26,9 @@ jobs:
chmod 600 ~/.ssh/config chmod 600 ~/.ssh/config
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 run: |
with: git clone git@thunderobot:danchie/tekton.git .
repository: danchie/tekton git checkout $TAG_NAME
ssh-key: ${{ secrets.TEKTON_SSH_KEY }}
- name: Install tools - name: Install tools
run: apt-get update -qq && apt-get install -y -qq docker.io curl unzip run: apt-get update -qq && apt-get install -y -qq docker.io curl unzip