Skip to content

Commit

Permalink
use ssh git url
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Sep 6, 2024
1 parent cb0a10a commit 7b1e201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cd /tmp
# sparse checkout of the testing directory
git clone --depth 1 --filter=blob:none --sparse https://github.com/kubeshop/tracetest-cloud.git
git clone --depth 1 --filter=blob:none --sparse git@github.com:kubeshop/tracetest-cloud.git
cd tracetest-cloud
git sparse-checkout init --cone
git sparse-checkout set testing
Expand Down

0 comments on commit 7b1e201

Please sign in to comment.