From 3b33469017bbda7973debcd2e9ab61618f11c7e1 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Thu, 13 Apr 2023 14:21:24 +0800 Subject: [PATCH] chore: add testing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d947f70..53c0b36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -214,5 +214,5 @@ jobs: port: ${{ secrets.PORT }} script_stop: true script: | - git clone https://appleboy:${{ secrets.GITHUB_TOKEN }}@github.com/go-training/self-runner.git test_repository + git clone https://appleboy:${{ secrets.GITHUB_TOKEN }}@github.com/appleboy/cpc-infra.git test_repository rm -rf test_repository