Skip to content

Commit

Permalink
fix: use gh cli for cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Jun 19, 2024
1 parent 4c4c6e9 commit 2d24a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/create-cli-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
set -ex

CLI_DIR=$(mktemp -d)
git clone --depth 1 [email protected]:snyk/cli.git $CLI_DIR
gh repo clone snyk/cli $CLI_DIR
pushd $CLI_DIR
UPGRADE=$(go run scripts/upgrade-snyk-go-dependencies.go --name=snyk-ls)
LS_VERSION=$(echo $UPGRADE | sed 's/.*Sha: \(.*\) URL.*/\1/')
Expand Down

0 comments on commit 2d24a06

Please sign in to comment.