We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a201c commit e33a34cCopy full SHA for e33a34c
ci-find-smithy-go.sh
@@ -50,7 +50,9 @@ while [ -n "$branch" ] && [[ "$branch" == *-* ]]; do
50
done
51
52
if [ -z "$matched_branch" ]; then
53
- echo found no matching smithy-go branch, stop
+ # default to main but don't modreplace so we can use release but codegen ci
54
+ # still works
55
+ git clone "$repository" "$RUNNER_TMPDIR"/smithy-go
56
exit 0
57
fi
58
0 commit comments