chore(ci): use manual git clone via ssh instead of checkout action

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