8000 fix missing smithy-go checkout on main · aws/aws-sdk-go-v2@5985cfe · GitHub
[go: up one dir, main page]

Skip to content

Commit 5985cfe

Browse files
committed
fix missing smithy-go checkout on main
1 parent 03f5fb2 commit 5985cfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci-find-smithy-go.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ fi
2020

2121
branch=$(git branch --show-current)
2222
if [ "$branch" == main ]; then
23-
echo aws-sdk-go-v2 is on branch main, stop
23+
echo aws-sdk-go-v2 is on branch main
24+
git clone "$repository" "$RUNNER_TMPDIR"/smithy-go
2425
exit 0
2526
fi
2627

0 commit comments

Comments
 (0)
0