From 5985cfe54e87859dc9289e4c1b5c27dad7bd04da Mon Sep 17 00:00:00 2001 From: Luc Talatinian Date: Wed, 13 Dec 2023 13:02:57 -0500 Subject: [PATCH] fix missing smithy-go checkout on main --- ci-find-smithy-go.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci-find-smithy-go.sh b/ci-find-smithy-go.sh index 81eadd0a516..d6e16712f95 100755 --- a/ci-find-smithy-go.sh +++ b/ci-find-smithy-go.sh @@ -20,7 +20,8 @@ fi branch=$(git branch --show-current) if [ "$branch" == main ]; then - echo aws-sdk-go-v2 is on branch main, stop + echo aws-sdk-go-v2 is on branch main + git clone "$repository" "$RUNNER_TMPDIR"/smithy-go exit 0 fi