We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640d919 commit 58e23dcCopy full SHA for 58e23dc
1 file changed
ci-find-smithy-go.sh
@@ -12,6 +12,9 @@
12
if [ -z "$SMITHY_GO_REPOSITORY" ]; then
13
SMITHY_GO_REPOSITORY=aws/smithy-go
14
fi
15
+if [ "$SMITHY_GO_REPOSITORY" == /smithy-go ]; then
16
+ SMITHY_GO_REPOSITORY=aws/smithy-go
17
+fi
18
19
if [ -z "$RUNNER_TMPDIR" ]; then
20
echo env RUNNER_TMPDIR is required
0 commit comments